namespace ET { [ComponentOf(typeof(Unit))] [ChildType(typeof(Cuisine))] public class CuisineComponent : Entity, IAwake, IDestroy { } }