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