Main/Config/Configs/EffectConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年8月26日 // [ Date ]: 2025年9月2日 //-------------------------------------------------------- using System.Collections.Generic; @@ -30,6 +30,7 @@ public int frontBack; public float delayPlay; public int[] effectPos; public float effectScale; public override int LoadKey(string _key) { @@ -92,6 +93,8 @@ int.TryParse(effectPosStringArray[i],out effectPos[i]); } } float.TryParse(tables[14],out effectScale); } catch (Exception exception) {