feat: 골드부족 팝업 instance 추가

This commit is contained in:
aube.lee
2025-03-01 20:27:44 +09:00
parent e7b76e33d6
commit ef558d0a48

View File

@@ -6,6 +6,8 @@ namespace TON
{ {
public class GoldPopup : UIBase public class GoldPopup : UIBase
{ {
public static GoldPopup Instance => UIManager.Singleton.GetUI<GoldPopup>(UIList.GoldPopup);
private void OnEnable() private void OnEnable()
{ {
Invoke(nameof(HidePopup), 3f); Invoke(nameof(HidePopup), 3f);