feat: 골드부족 팝업 instance 추가
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user