From 3575c016271e455cfaab964b98e3d4ef84ef75cb Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 13 五月 2026 20:06:12 +0800
Subject: [PATCH] 597 时装特卖
---
Main/Config/Configs/StoreConfig.cs | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diff --git a/Main/Config/Configs/StoreConfig.cs b/Main/Config/Configs/StoreConfig.cs
index d8938f5..464c7d6 100644
--- a/Main/Config/Configs/StoreConfig.cs
+++ b/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)
{
--
Gitblit v1.8.0