using System.Collections; using System.Collections.Generic; using UnityEngine; using MuHua; /// /// 全局管理器 /// public class SingleManager : ModuleSingle { protected override void Awake() => NoReplace(); }