摘要: 内容 基于Unity 的MonoBehaviour 类实现的单例类 核心需求 using UnityEngine; namespace Tools { public abstract class SingletonMonoBehaviour<T> : MonoBehaviour where T : 阅读全文
posted @ 2023-06-30 11:07 星空探险家 阅读(29) 评论(0) 推荐(0)