yyl
2026-01-09 f90bcf177217ad0e104bc811d576c1517b79758e
Main/Config/Configs/StoreConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年12月8日
//    [  Date ]:           2026年1月8日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -29,6 +29,7 @@
   public int MoneyOriginal;
   public int UnlockType;
   public int UnlockValue;
   public int IsExclusive;
   public string Name;
    public override int LoadKey(string _key)
@@ -67,7 +68,9 @@
         int.TryParse(tables[12],out UnlockValue); 
         Name = tables[13];
         int.TryParse(tables[13],out IsExclusive);
         Name = tables[14];
        }
        catch (Exception exception)
        {