using System.Collections.Generic; namespace ET { public class PlayerInfoComponent:Entity { public MultiDictionary unitInfoDic = new MultiDictionary(); } }