关卡代码整理

main
Yurui 2025-12-15 14:09:00 +08:00
parent eea83dc657
commit bcfc9393a3
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace FightDebug
{
if (LevelManager.Instance == null
|| LevelManager.Instance.CurrentLevel == null
|| !LevelManager.Instance.CurrentLevel.isInBattle)
|| !LevelManager.Instance.CurrentLevel.IsInBattle)
{
GUILayout.Label("需要开始战斗后才能使用");
return;