yyl
2025-08-20 8f983d0dab26becb6b85dbbb616fde21c3ad8f02
Main/Config/Configs/EffectConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月14日
//    [  Date ]:           2025年8月19日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -27,6 +27,8 @@
   public int autoDestroy;
   public float destroyDelay;
   public int isLoop;
   public int frontBack;
   public float delayPlay;
    public override int LoadKey(string _key)
    {
@@ -59,6 +61,10 @@
         float.TryParse(tables[9],out destroyDelay); 
         int.TryParse(tables[10],out isLoop); 
         int.TryParse(tables[11],out frontBack);
         float.TryParse(tables[12],out delayPlay);
        }
        catch (Exception exception)
        {