lcy
4 天以前 3575c016271e455cfaab964b98e3d4ef84ef75cb
Main/Config/Configs/StoreConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2026年3月5日
//    [  Date ]:           2026年5月9日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -32,6 +32,8 @@
   public int UnlockValue;
   public int IsExclusive;
   public string Name;
   public int StartTime;
   public int EndTime;
    public override int LoadKey(string _key)
    {
@@ -74,6 +76,10 @@
         int.TryParse(tables[14],out IsExclusive); 
         Name = tables[15];
         int.TryParse(tables[16],out StartTime);
         int.TryParse(tables[17],out EndTime);
        }
        catch (Exception exception)
        {