Example #1
0
 private void CreateMultiplayerGame(string port)
 {
     _networkManager.CreateSession(port);
     StartNewGame();
 }