From a60620de6ce80d71820d872b8c6d79330718bb29 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 12 十二月 2025 10:33:51 +0800
Subject: [PATCH] 125 战斗 新增 ClientTriggerTiming

---
 Main/Config/Configs/SkillConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/SkillConfig.cs b/Main/Config/Configs/SkillConfig.cs
index c453bf5..e497188 100644
--- a/Main/Config/Configs/SkillConfig.cs
+++ b/Main/Config/Configs/SkillConfig.cs
@@ -1,6 +1,6 @@
 锘�//--------------------------------------------------------
 //    [Author]:           YYL
-//    [  Date ]:           Monday, December 1, 2025
+//    [  Date ]:           2025骞�12鏈�12鏃�
 //--------------------------------------------------------
 
 using System.Collections.Generic;
@@ -63,6 +63,7 @@
 	public int MStartEffectId;
 	public int BuffEffect;
 	public int TriggerEffect;
+	public int ClientTriggerTiming;
 
     public override int LoadKey(string _key)
     {
@@ -191,6 +192,8 @@
 			int.TryParse(tables[45],out BuffEffect); 
 
 			int.TryParse(tables[46],out TriggerEffect); 
+
+			int.TryParse(tables[47],out ClientTriggerTiming); 
         }
         catch (Exception exception)
         {

--
Gitblit v1.8.0