From 89fa96e505af9fe7baf676591222bfdb23b48262 Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期四, 20 十一月 2025 22:38:09 +0800
Subject: [PATCH] 0312 排行榜 坐骑同步武将形象
---
Main/Component/UI/Common/ClickScreenOtherSpace.cs | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/Main/Component/UI/Common/ClickScreenOtherSpace.cs b/Main/Component/UI/Common/ClickScreenOtherSpace.cs
index 1f9b1a2..f2dd64b 100644
--- a/Main/Component/UI/Common/ClickScreenOtherSpace.cs
+++ b/Main/Component/UI/Common/ClickScreenOtherSpace.cs
@@ -5,6 +5,7 @@
using System;
using UnityEngine.Events;
+//鐐瑰嚮鍏朵粬鍖哄煙瑙﹀彂鎺у埗鏄鹃殣 鍙檮鍔犱簨浠�
[RequireComponent(typeof(RectTransform))]
public class ClickScreenOtherSpace : MonoBehaviour
{
@@ -57,6 +58,12 @@
m_ClickOtherEvent?.Invoke();
}
break;
+ }
+ }
+ else if (Input.GetMouseButtonUp(0))
+ {
+ switch (m_RespondType)
+ {
case RespondType.InOut:
this.SetActive(!m_DeActiveSelf);
m_ClickOtherEvent?.Invoke();
--
Gitblit v1.8.0