예제 #1
0
 public void goBackToRoomSelection()
 {
     waitingForOtherPlayerScreen.SetActive(false);
     chooseOptions.SetActive(true);
     StartCoroutine(highscores.AboardRoomSelection());
 }