feat: 생선 소모로 인한 하트 충전 로직 적용

This commit is contained in:
aube.lee
2025-02-28 11:58:13 +09:00
parent fa33f3b75e
commit 00914410fb
7 changed files with 204 additions and 77 deletions

View File

@@ -103,10 +103,16 @@ namespace TON
UIManager.Show<SkillSettingUI>(UIList.SkillSettingUI);
}
public void OnClickRankingButton()
{
// TODO: 랭킹 UI 추가
// UIManager.Show<RankingUI>(UIList.RankingUI);
}
public void OnClickShopButton()
{
// TODO: 상점 UI 추가
// UIManager.Show<ShopUI>(UIList.ShopUI);
// 상점은 Scene으로 전환하자.
}
}
}