摘要: 方式一:(不继承于MonoBehavior的单例) /// <summary> /// 不继承任何类的单例基类 /// </summary> public abstract class BaseIns<T> where T : class, new() { private readonly stat 阅读全文
posted @ 2020-12-10 17:03 一世癫狂 阅读(133) 评论(0) 推荐(0)