namespace ET { [ComponentOf(typeof(Unit))] [ChildType(typeof(MonsterGroup))] public class MonsterGroupComponent :Entity,IAwake,ISerializeToEntity { } }