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/Skill/DirectlyHealSkill.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Main/System/Battle/Skill/DirectlyHealSkill.cs b/Main/System/Battle/Skill/DirectlyHealSkill.cs index 3b17992..bf4202e 100644 --- a/Main/System/Battle/Skill/DirectlyHealSkill.cs +++ b/Main/System/Battle/Skill/DirectlyHealSkill.cs @@ -14,7 +14,7 @@ { foreach (var pack in packList) { - Debug.LogError("directly heal skill pack type is " + pack.GetType()); + BattleDebug.LogError("directly heal skill pack type is " + pack.GetType()); } } -- Gitblit v1.8.0