修正框架

This commit is contained in:
MuHua-123
2025-10-14 17:19:00 +08:00
parent bdef6afec2
commit 7bc98d9fe6
17 changed files with 2 additions and 34 deletions
+13
View File
@@ -0,0 +1,13 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using MuHua;
/// <summary>
/// 全局管理
/// </summary>
public class SingleManager : ModuleSingle<SingleManager> {
protected override void Awake() => NoReplace();
}