From ca72a86a38c255c51df9d9376bf86bdeda92deb6 Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 13 十一月 2025 18:58:32 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts

---
 Main/System/Main/RightFuncInHome.cs |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/Main/System/Main/RightFuncInHome.cs b/Main/System/Main/RightFuncInHome.cs
index 9c5ec85..156b5a6 100644
--- a/Main/System/Main/RightFuncInHome.cs
+++ b/Main/System/Main/RightFuncInHome.cs
@@ -72,7 +72,7 @@
             ListenWindow("ExpSecretCollectionWin");
             UIManager.Instance.OpenWindow<ExpSecretCollectionWin>();
         });
-        
+
         signBtn.AddListener(() =>
         {
             //鐢ㄤ簬鐩戝惉鐣岄潰锛屾墦寮�鏃剁缉杩涘彸杈瑰姛鑳芥爮锛屽叧闂椂鏄剧ず
@@ -96,7 +96,7 @@
     public void ShowFuncCol(bool _isShow)
     {
         isShow = _isShow;
-        funcCol.DOLocalMove(isShow ? showPoint.localPosition : hidePoint.localPosition, 0.3f);
+        funcCol?.DOLocalMove(isShow ? showPoint.localPosition : hidePoint.localPosition, 0.3f);
         if (isShow)
         {
             ShowBtns();
@@ -124,5 +124,10 @@
         listenWindowName = "";
     }
 
+    //澶栭儴浣跨敤
+    public static void ListenWindowEx(string _listenWindowName)
+    {
+        listenWindowName = _listenWindowName;
+    }
 }
 

--
Gitblit v1.8.0