From cc647107d762824fa3c32648ad9142fc232b2797 Mon Sep 17 00:00:00 2001 From: ldh Date: Thu, 25 Apr 2024 17:34:49 +0900 Subject: [PATCH] =?UTF-8?q?open=20event=20=EB=B2=84=ED=8A=BC=20=EB=B8=94?= =?UTF-8?q?=EB=9D=BC=ED=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/_2_0Script/Mgr/GameUIMgr.cs | 42 ++++++++++++++++++++++-------- 1 file changed, 31 insertions(+), 11 deletions(-) diff --git a/Assets/_2_0Script/Mgr/GameUIMgr.cs b/Assets/_2_0Script/Mgr/GameUIMgr.cs index eab0628e1..dbce6f31e 100644 --- a/Assets/_2_0Script/Mgr/GameUIMgr.cs +++ b/Assets/_2_0Script/Mgr/GameUIMgr.cs @@ -72,7 +72,7 @@ public class GameUIMgr : MonoBehaviour private GameObject imgMenuPanel; private TextMeshProUGUI txtEventButton; private GameObject btnDungeonOut; - private GameObject btnRewardEnvet; + private GameObject btnOpenOpenRewardEvent; private TextMeshProUGUI txtRewardEvent; private GameObject mainLeftBottomSet; @@ -298,11 +298,17 @@ public class GameUIMgr : MonoBehaviour txtEventButton.text = LocalizationText.GetText("event_title"); btnDungeonOut = mainRightTopSet.transform.Find("btnDungeonOut").gameObject; dungeonButton = mainLeftBottomSet.transform.Find("BtnDungeon").GetComponent