Merge branch 'temp827'

This commit is contained in:
m0_75251201
2025-09-03 19:57:08 +08:00
208 changed files with 16296 additions and 2228 deletions

View File

@ -5,7 +5,7 @@ using UnityEngine.SceneManagement;
namespace UI
{
public class DevMenuUI : UIBase
public class DevMenuUI : FullScreenUI
{
public GameObject menuContent;
@ -77,9 +77,8 @@ namespace UI
InitDefineButtons<EventDef>(
"事件菜单",
"未定义任何事件",
// 假设 EventDef 也有 label 字段作为按钮文本
def => def.label,
eventDef =>
def => def.label,
eventDef =>
{
// TODO: 在这里实现事件触发逻辑
Debug.Log($"触发事件: {eventDef.label}");