This commit is contained in:
MuHua-123
2025-10-11 17:11:28 +08:00
parent 31fc996021
commit 539b592959
36 changed files with 0 additions and 760 deletions
+11
View File
@@ -0,0 +1,11 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using MuHua;
/// <summary>
/// 全局管理器
/// </summary>
public class SingleManager : ModuleSingle<SingleManager> {
protected override void Awake() => NoReplace();
}