namespace ET { [ComponentOf(typeof(Unit))] public class UnitGateComponent : Entity, IAwake, ITransfer { public long GateSessionActorId; } }