From f90bcf177217ad0e104bc811d576c1517b79758e Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期五, 09 一月 2026 11:04:57 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/Config/Configs/StoreConfig.cs | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/Main/Config/Configs/StoreConfig.cs b/Main/Config/Configs/StoreConfig.cs
index 5f4f915..02c85ce 100644
--- a/Main/Config/Configs/StoreConfig.cs
+++ b/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)
{
--
Gitblit v1.8.0