using System.Collections.Generic; namespace ET { [ComponentOf(typeof(Fighter))] [ChildType(typeof(Buff))] public class BuffComponent :Entity, IAwake, IDestroy { } }