Esempio n. 1
0
 public void VoltarTelaLobby()
 {
     InterfaceLogout.SetActive(false);
     InterfaceRanking.SetActive(false);
 }
Esempio n. 2
0
 public void ButtonTelaRanking()
 {
     InterfaceRanking.SetActive(true);
 }