(client) fix:The project can be successfully built

This commit is contained in:
2025-08-29 09:57:09 +08:00
parent b03fbbacae
commit 44d53789a6

View File

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