Beispiel #1
0
 public void joinRoom()
 {
     Debug.Log("Joinging Room " + joinServerInput.text);
     handler.joinRoom(joinServerInput.text);
 }