This commit is contained in:
MuHua-123
2025-11-12 10:19:42 +08:00
parent 28c121f6d9
commit 64938f1137
70 changed files with 469 additions and 228 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();
}