yyl
2025-12-09 bddf4df7cbb292011a974b705d6f6d94c0ac6cc1
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)
        {