From bddf4df7cbb292011a974b705d6f6d94c0ac6cc1 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期二, 09 十二月 2025 11:44:17 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/Config/Configs/StoreConfig.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/Main/Config/Configs/StoreConfig.cs b/Main/Config/Configs/StoreConfig.cs
index 26eb7c6..5f4f915 100644
--- a/Main/Config/Configs/StoreConfig.cs
+++ b/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)
         {

--
Gitblit v1.8.0