kingBook

导航

2019年5月27日 #

泛型单例

摘要: using System.Collections; using System.Collections.Generic; using UnityEngine; public abstract class BaseApp<T>:MonoBehaviour where T:class,new(){ pro 阅读全文

posted @ 2019-05-27 12:15 kingBook 阅读(293) 评论(0) 推荐(0) 编辑