namespace ET { public class UnitGateComponent : Entity, IAwake, ITransfer { public long GateSessionActorId { get; set; } } }