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