Main/Config/Configs/EffectConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年5月19日 // [ Date ]: 2025年5月22日 //-------------------------------------------------------- using System.Collections.Generic; @@ -31,6 +31,7 @@ public override void LoadConfig(string input) { try { string[] tables = input.Split('\t'); int.TryParse(tables[0],out id); @@ -49,5 +50,10 @@ nodeName = tables[7]; int.TryParse(tables[8],out notShow); } catch (Exception exception) { Debug.LogError(exception); } } }