Main/Config/Configs/priorbundleConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年5月19日 // [ Date ]: 2025年5月22日 //-------------------------------------------------------- using System.Collections.Generic; @@ -27,6 +27,7 @@ public override void LoadConfig(string input) { try { string[] tables = input.Split('\t'); int.TryParse(tables[0],out id); @@ -37,5 +38,10 @@ int.TryParse(tables[3],out Prior); int.TryParse(tables[4],out mapId); } catch (Exception exception) { Debug.LogError(exception); } } }