yyl
2025-08-11 b2d7bb59dc37c7b350786b076ee2f344b7c8911f
Main/Config/Configs/EffectConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           2025年8月7日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -20,7 +20,7 @@
   public string packageName;
   public int isSpine;
   public string fxName;
   public string animName;
   public int animIndex;
   public int audio;
   public string nodeName;
   public int notShow;
@@ -45,7 +45,7 @@
         fxName = tables[3];
         animName = tables[4];
         int.TryParse(tables[4],out animIndex);
         int.TryParse(tables[5],out audio);