Esempio n. 1
0
 // <summary>Calls upon the networking service to join a room with given name</summary>
 public void JoinRoom(string roomName)
 {
     NetworkingService.JoinRoom(roomName);
 }