yyl
83 分钟以前 d999ae835c6fc62718b7c7885469cd33b904a07a
125 【战斗】战斗系统 特效新增isLoop
1个文件已修改
5 ■■■■ 已修改文件
Main/Config/Configs/EffectConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Config/Configs/EffectConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月7日
//    [  Date ]:           2025年8月14日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -26,6 +26,7 @@
    public int notShow;
    public int autoDestroy;
    public float destroyDelay;
    public int isLoop;
    public override int LoadKey(string _key)
    {
@@ -56,6 +57,8 @@
            int.TryParse(tables[8],out autoDestroy); 
            float.TryParse(tables[9],out destroyDelay); 
            int.TryParse(tables[10],out isLoop);
        }
        catch (Exception exception)
        {