StageEntry UI 추가

This commit is contained in:
aube.lee
2025-02-02 00:22:01 +09:00
parent b748538835
commit e150cf7ceb
6 changed files with 1040 additions and 1 deletions

View File

@@ -8,7 +8,8 @@ namespace TON
{
public void OnClickStageEntryButton()
{
Debug.Log("StageEntry");
UIManager.Hide<LobbyUI>(UIList.LobbyUI);
UIManager.Show<StageEntryUI>(UIList.StageEntryUI);
}
}
}