mirror of
http://47.107.252.169:3000/Roguelite-Game-Developing-Team/Gen_Hack-and-Slash-Roguelite.git
synced 2025-11-19 23:17:13 +08:00
(client) fix:The project can be successfully built
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user