From cec8b67d82c2c2c1662d55c818c4a46bcc0487db Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期一, 25 八月 2025 17:36:02 +0800 Subject: [PATCH] 125 【战斗】战斗系统 战斗技能 --- Main/System/Battle/BattleWin.cs | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Main/System/Battle/BattleWin.cs b/Main/System/Battle/BattleWin.cs index 1d4fe89..7655af1 100644 --- a/Main/System/Battle/BattleWin.cs +++ b/Main/System/Battle/BattleWin.cs @@ -24,13 +24,13 @@ private void PauseGame() { - // Debug.LogError("PauseeGame"); + // BattleDebug.LogError("PauseeGame"); // if (null == battleField) // return; // battleField.IsPause = !battleField.IsPause; - // Debug.LogError(" is pause " + battleField.IsPause.ToString()); + // BattleDebug.LogError(" is pause " + battleField.IsPause.ToString()); if (battleField != null) { -- Gitblit v1.8.0