using System; using System.Collections.Generic; using System.Text; namespace ET { public class OffLinePlayerBuffComponent:Entity { public static OffLinePlayerBuffComponent Instance{ get; set; } //!> public Dictionary BuffDic { get; set; } = new Dictionary(); } }