少年修仙传客户端代码仓库
hch
2025-03-16 642d09ae6081455d1610eb554f5c3faba257e9cd
Core/GameEngine/Model/Config/ChestsAwardConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           Fish
//    [  Date ]:           2024年5月17日
//    [  Date ]:           2025年3月14日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -17,6 +17,9 @@
   public readonly int BoxID;
   public readonly int BoxLV;
   public readonly string SelectList;
   public readonly string FixedItem;
   public readonly string Probability1;
   public readonly string Probability2;
   public readonly string JobItem;
   public ChestsAwardConfig()
@@ -37,7 +40,13 @@
         SelectList = tables[3];
         JobItem = tables[4];
         FixedItem = tables[4];
         Probability1 = tables[5];
         Probability2 = tables[6];
         JobItem = tables[7];
        }
        catch (Exception ex)
        {