Main/Component/UI/Common/ClickScreenOtherSpace.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
Main/System/NewBieGuidance/NewBieWin.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Component/UI/Common/ClickScreenOtherSpace.cs
@@ -57,6 +57,12 @@ m_ClickOtherEvent?.Invoke(); } break; } } else if (Input.GetMouseButtonUp(0)) { switch (m_RespondType) { case RespondType.InOut: this.SetActive(!m_DeActiveSelf); m_ClickOtherEvent?.Invoke(); Main/System/NewBieGuidance/NewBieWin.cs
@@ -245,7 +245,7 @@ } } void Update() void LateUpdate() { if (Input.GetMouseButtonUp(0)) {