using Cal.DataTable; using System; using System.Collections.Generic; using System.Text; namespace ET { public class GoodsEffectComponent : Entity { public static GoodsEffectComponent Instance { get; set; } public readonly Dictionary> _goodsEffectPoolDic = new Dictionary>(); public readonly Dictionary> _goodsEffectBuffDic = new Dictionary>(); } }