Main/Config/Configs/CTGSelectItemConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: YYL // [ Date ]: 2025年5月19日 // [ Date ]: 2025年5月22日 //-------------------------------------------------------- using System.Collections.Generic; @@ -25,11 +25,17 @@ public override void LoadConfig(string input) { try { string[] tables = input.Split('\t'); int.TryParse(tables[0],out SelectID); int.TryParse(tables[1],out ItemID); int.TryParse(tables[2],out ItemCount); } catch (Exception exception) { Debug.LogError(exception); } } }