yyl
2025-08-07 d767a5a0efbac267507be14b5b09bd64015fe560
Main/System/Battle/Skill/DirectlyDamageSkill.cs
@@ -64,9 +64,9 @@
      base.OnHitTargets(_hitIndex, hitList);
    }
   protected override void OnHitEachTarget(BattleObject target, List<long> damageList, ref H0604_tagUseSkillAttack.tagSkillHurtObj hurt)
   protected override void OnHitEachTarget(BattleObject target, long totalDamage, List<long> damageList, ref H0604_tagUseSkillAttack.tagSkillHurtObj hurt)
   {
      base.OnHitEachTarget(target, damageList, ref hurt);
      base.OnHitEachTarget(target, totalDamage, damageList, ref hurt);
   }