using System; using System.Collections.Generic; using System.Text; namespace ET { public class BuffLibComponent:Entity { public static BuffLibComponent Instance{ get; set; } public Dictionary Dic = new Dictionary(); } }