From bcfc9393a341c2608c93befccf1714a73c9eae87 Mon Sep 17 00:00:00 2001 From: Yurui <952870061@qq.com> Date: Mon, 15 Dec 2025 14:09:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E5=8D=A1=E4=BB=A3=E7=A0=81=E6=95=B4?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ProjectNLD/Assets/Editor/FightDebug/FightDebugWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectNLD/Assets/Editor/FightDebug/FightDebugWindow.cs b/ProjectNLD/Assets/Editor/FightDebug/FightDebugWindow.cs index 516ed870f64..b69d346d880 100644 --- a/ProjectNLD/Assets/Editor/FightDebug/FightDebugWindow.cs +++ b/ProjectNLD/Assets/Editor/FightDebug/FightDebugWindow.cs @@ -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;