修改框架

This commit is contained in:
MuHua-123
2025-01-14 21:19:26 +08:00
parent 35de23040f
commit 56672f2f14
10 changed files with 39 additions and 42 deletions
+10
View File
@@ -0,0 +1,10 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 核心模块,实现业务逻辑
/// </summary>
public class ModuleCore : Module<ModuleCore> {
}