namespace ET { public class PlayerQueueComponent : Entity, IAwake, IDestroy { public long UnitId; public int Index; public int Count; } }