From bcbbdae9f85dbb3efd58f0eaafe9f548caa5d923 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期三, 10 六月 2026 18:14:00 +0800
Subject: [PATCH] 588 公会攻防战 移除多余using DG.DemiEditor
---
Main/System/Store/StoreBaseWin.cs | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Main/System/Store/StoreBaseWin.cs b/Main/System/Store/StoreBaseWin.cs
index 732b9e3..31f6f58 100644
--- a/Main/System/Store/StoreBaseWin.cs
+++ b/Main/System/Store/StoreBaseWin.cs
@@ -14,6 +14,10 @@
currentSubUI = UIManager.Instance.OpenWindow<StoreWin>();
break;
case 1:
+ //鏃惰
+ currentSubUI = UIManager.Instance.OpenWindow<SkinStoreWin>();
+ break;
+ case 2:
// 鍏呭�肩晫闈�
currentSubUI = UIManager.Instance.OpenWindow<RechargeWin>();
break;
--
Gitblit v1.8.0