feat: LobbyUI 내의 스킬 편집 창 연결

This commit is contained in:
aube.lee
2025-02-13 09:42:15 +09:00
parent 8ba55b1508
commit cb54c06345
3 changed files with 33 additions and 3 deletions

View File

@@ -42,5 +42,10 @@ namespace TON
UIManager.Show<StageEntryUI>(UIList.StageEntryUI);
}
public void OnClickSkillSettingButton()
{
UIManager.Show<SkillSettingUI>(UIList.SkillSettingUI);
}
}
}