From c0e6cb2a0ce840bd594d05c7e2cf0a185c312fa0 Mon Sep 17 00:00:00 2001
From: lcy <1459594991@qq.com>
Date: 星期四, 20 十一月 2025 21:27:48 +0800
Subject: [PATCH] 262 幻境阁系统-客户端
---
Main/System/InternalAffairs/AffairFuncCell.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/Main/System/InternalAffairs/AffairFuncCell.cs b/Main/System/InternalAffairs/AffairFuncCell.cs
index d7842d9..d23f007 100644
--- a/Main/System/InternalAffairs/AffairFuncCell.cs
+++ b/Main/System/InternalAffairs/AffairFuncCell.cs
@@ -43,6 +43,11 @@
{
UIManager.Instance.OpenWindow<GoldRushWorkerWin>();
}
+
+ if (funcID == 42)
+ {
+ UIManager.Instance.OpenWindow<PhantasmPavilionWin>();
+ }
// else if (funcID == 214)
// {
// GoldRushManager.Instance.NotifyGoldRushEvent(0, 0, 2);
--
Gitblit v1.8.0