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