namespace ET { [ObjectSystem] public class UnitAwakeSystem : AwakeSystem<Unit> { public override void Awake(Unit self) { } } public static class UnitSystem { } }