hch
昨天 23c416e43615b956f9b685b2184e9b18bf9cb665
Main/Config/Configs/ChestsConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           2025年10月30日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -19,8 +19,8 @@
    public int BoxID;
   public int ExpendItemID;
   public int ExpendCount;
   public int OpenMoneyType;
   public int OpenMoney;
   public int OpenShow;
    public override int LoadKey(string _key)
    {
@@ -38,9 +38,9 @@
         int.TryParse(tables[2],out ExpendCount); 
         int.TryParse(tables[3],out OpenMoney);
         int.TryParse(tables[3],out OpenMoneyType);
         int.TryParse(tables[4],out OpenShow);
         int.TryParse(tables[4],out OpenMoney);
        }
        catch (Exception exception)
        {