关卡代码整理
parent
eea83dc657
commit
bcfc9393a3
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue