hch
2025-12-08 fbc2b42630bd7675370eade11f4b350ff9ede741
Main/Config/Configs/StoreConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年10月28日
//    [  Date ]:           2025年12月8日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -29,6 +29,7 @@
   public int MoneyOriginal;
   public int UnlockType;
   public int UnlockValue;
   public string Name;
    public override int LoadKey(string _key)
    {
@@ -65,6 +66,8 @@
         int.TryParse(tables[11],out UnlockType); 
         int.TryParse(tables[12],out UnlockValue); 
         Name = tables[13];
        }
        catch (Exception exception)
        {