From fbc2b42630bd7675370eade11f4b350ff9ede741 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 08 十二月 2025 23:03:32 +0800
Subject: [PATCH] 364 【活动内容】开服冲榜

---
 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