From 6665e7156877bd036cb68865f79d4de155a2c840 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 09 一月 2026 17:49:29 +0800
Subject: [PATCH] 125 战斗 删除旧的战报解包信息 战斗飘字代码结构小优化

---
 Main/System/Battle/Skill/SkillBase.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/Main/System/Battle/Skill/SkillBase.cs b/Main/System/Battle/Skill/SkillBase.cs
index bfc1004..c8592c4 100644
--- a/Main/System/Battle/Skill/SkillBase.cs
+++ b/Main/System/Battle/Skill/SkillBase.cs
@@ -720,6 +720,11 @@
             }
         }
 
+        HandleHint(_hitIndex, hitList);
+    }
+
+    protected void HandleHint(int _hitIndex, List<HB427_tagSCUseSkill.tagSCUseSkillHurt> hitList)
+    {
         if (0 == _hitIndex)
         {
             bool needhint = false;
@@ -786,8 +791,6 @@
                 }
             }
         }
-
-        
     }
 
     // 澶勭悊鍗曚釜鐩爣琚懡涓�:搴旂敤浼ゅ鍜屾柦娉曡�呮晥鏋�

--
Gitblit v1.8.0