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