修改框架

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,18 @@
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// 页面类型
/// </summary>
public enum EnumPage {
None,
Menu,// 主菜单
Scene,// 场景选择
Prepare,// 准备游戏
Battle,// 战斗页面
Settlement,// 结算页面
Settings,// 游戏设置
}