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