(client) fix:The project can be successfully built #49

Merged
TheRedApricot merged 1 commits from TheRedApricot/Gen_Hack-and-Slash-Roguelite:main into main 2025-08-29 10:01:07 +08:00

View File

@ -15,7 +15,7 @@ namespace UI
#if UNITY_EDITOR
UnityEditor.EditorApplication.isPlaying = false; // 停止编辑器播放模式
#else
Application.Quit(); // 关闭游戏
UnityEngine.Application.Quit(); // 关闭游戏
#endif
}