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