yyl
7 天以前 a60620de6ce80d71820d872b8c6d79330718bb29
125 战斗 新增 ClientTriggerTiming
1个文件已修改
5 ■■■■ 已修改文件
Main/Config/Configs/SkillConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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)
        {