From ee032c35c49d47daba2dee1580b3abbe59d59bd8 Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期一, 01 九月 2025 16:29:46 +0800 Subject: [PATCH] 125 【战斗】战斗系统 战斗npc消失的问题处理 --- Main/System/Battle/Skill/DirectlyHealSkill.cs | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/Main/System/Battle/Skill/DirectlyHealSkill.cs b/Main/System/Battle/Skill/DirectlyHealSkill.cs index bf4202e..9facf9f 100644 --- a/Main/System/Battle/Skill/DirectlyHealSkill.cs +++ b/Main/System/Battle/Skill/DirectlyHealSkill.cs @@ -47,21 +47,4 @@ base.OnHitTargets(_healIndex, healList); } - protected override void OnHitEachTarget(BattleObject target, long totalDamage, List<long> damageList, ref HB427_tagSCUseSkill.tagSCUseSkillHurt hurt) - { - base.OnHitEachTarget(target, totalDamage, damageList, ref hurt); - } - - - // // 涓憞缁撴潫 - // protected override void OnActiveSkillFrame() - // { - - // } - - // // 鍚庢憞缁撴潫 - // protected override void OnEndSkillFrame() - // { - - // } } \ No newline at end of file -- Gitblit v1.8.0