상점씬 코드 추가

This commit is contained in:
Mingu Kim
2025-03-03 18:01:15 +09:00
parent 974801513b
commit ca6311af91

View File

@@ -19,6 +19,7 @@ namespace TON
} }
UIManager.Show<ShopUI>(UIList.ShopUI); UIManager.Show<ShopUI>(UIList.ShopUI);
UIManager.Show<OptionUI>(UIList.OptionUI);
} }
public override IEnumerator OnEnd() public override IEnumerator OnEnd()
@@ -26,6 +27,7 @@ namespace TON
yield return null; yield return null;
UIManager.Hide<ShopUI>(UIList.ShopUI); UIManager.Hide<ShopUI>(UIList.ShopUI);
UIManager.Hide<OptionUI>(UIList.OptionUI);
} }
} }
} }