hch
2026-03-21 8c46bc3e9de02cd5aa8d399bbc3e852fe0bfaefc
Main/Config/Configs/TreasureItemLibConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月4日
//    [  Date ]:           Monday, December 29, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,17 +12,15 @@
{
    static TreasureItemLibConfig()
    {
        if (isInit)
        {
            return;
        }
        LazyInit();
        // 访问过静态构造函数
        visit = true;
    }
    public int ID;
   public int LibID;
   public int ItemID;
   public int ItemCount;
   public int IsWishitem;
    public override int LoadKey(string _key)
    {
@@ -41,6 +39,8 @@
         int.TryParse(tables[2],out ItemID); 
         int.TryParse(tables[3],out ItemCount); 
         int.TryParse(tables[4],out IsWishitem);
        }
        catch (Exception exception)
        {