yyl
17 小时以前 725b7b2374f43582a2d78b2cae3f8303359651b8
Main/Config/Configs/CTGConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           2025年11月9日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -27,7 +27,7 @@
   public int GainGold;
   public int GainGoldPaper;
   public int FirstGoldPaperPrize;
   public string GainItemList;
   public int[][] GainItemList;
   public int[][] SelectItemInfo;
   public string Icon;
   public int PayType;
@@ -65,7 +65,7 @@
         int.TryParse(tables[10],out FirstGoldPaperPrize); 
         GainItemList = tables[11];
         GainItemList = JsonMapper.ToObject<int[][]>(tables[11].Replace("(", "[").Replace(")", "]"));
         SelectItemInfo = JsonMapper.ToObject<int[][]>(tables[12].Replace("(", "[").Replace(")", "]"));