lcy
2026-01-28 897b9d2f29b8ad5f7ded302203e570fa573b224c
Main/Config/Configs/FBDJGEffectConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Thursday, January 8, 2026
//    [  Date ]:           2026年1月28日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,6 +21,7 @@
   public int EffQuality;
   public int AttrID;
   public int AttrValue;
   public int RandWeight;
    public override int LoadKey(string _key)
    {
@@ -41,6 +42,8 @@
         int.TryParse(tables[3],out AttrID); 
         int.TryParse(tables[4],out AttrValue); 
         int.TryParse(tables[5],out RandWeight);
        }
        catch (Exception exception)
        {