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