using System.Collections.Generic; namespace ET { [ChildType(typeof(Fighter))] public class FighterComponent:Entity,IAwake> { public Dictionary FighterDic = new Dictionary(); } }