修改框架

This commit is contained in:
MuHua-123
2025-05-23 10:02:02 +08:00
parent 264c0df234
commit 1ddf587927
34 changed files with 420 additions and 46 deletions
@@ -0,0 +1,12 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 运行模式
/// </summary>
public enum EnumRunningMode {
None,// 无模式
Standard,// 标准模式
}