using System.Collections.Generic; namespace ET { public class UnitCacheComponent : Entity, IAwake, IDestroy { public Dictionary UnitCaches = new Dictionary(); public List UnitCacheKeyList = new List(); } }