feat: LobbyUI 내의 스킬 편집 창 연결
This commit is contained in:
@@ -23,12 +23,9 @@ namespace TON
|
||||
|
||||
UIManager.Show<LobbyUI>(UIList.LobbyUI);
|
||||
UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
|
||||
// UIManager.Show<ControllerUI>(UIList.ControllerUI);
|
||||
// PlayerSpawner.SpawnPlayerCharacter();
|
||||
}
|
||||
|
||||
|
||||
|
||||
public override IEnumerator OnEnd()
|
||||
{
|
||||
// TON.Player 내부의 캐릭터 삭제
|
||||
|
||||
@@ -42,5 +42,10 @@ namespace TON
|
||||
UIManager.Show<StageEntryUI>(UIList.StageEntryUI);
|
||||
|
||||
}
|
||||
|
||||
public void OnClickSkillSettingButton()
|
||||
{
|
||||
UIManager.Show<SkillSettingUI>(UIList.SkillSettingUI);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user