using System.Collections.Generic; namespace ET { public class LimitComponent : Entity, IAwake, IConfigHotLoad { public Dictionary<int, LimitInfo> limitInfos = new Dictionary<int, LimitInfo>(); } }