임시 코드 추가

This commit is contained in:
aube.lee
2025-02-13 20:39:59 +09:00
parent 7bd9249c0b
commit 42c5804188
2 changed files with 8 additions and 2 deletions

View File

@@ -47,5 +47,11 @@ namespace TON
{
UIManager.Show<SkillSettingUI>(UIList.SkillSettingUI);
}
public void OnClickShopButton()
{
// TODO: 상점 UI 추가
// UIManager.Show<ShopUI>(UIList.ShopUI);
}
}
}