namespace ET { public static class UnitGateComponentSystem { public class UnitGateComponentAwakeSystem : AwakeSystem { public override void Awake(UnitGateComponent self, long a) { self.GateSessionActorId = a; } } } }