Ejemplo n.º 1
0
 public void SetupClient()
 {
     if (customLobby.isNetworkActive)
     {
         customLobby.StopClient();
     }
     customLobby.StartClient();
 }