using System.Collections.Generic; namespace ET { [ChildType(typeof(Building))] [ComponentOf(typeof(Unit))] public class BuildingComponent : Entity, IAwake, IDestroy,ISerializeToEntity { } }