Ejemplo n.º 1
0
 public void HostGame(ushort port, ushort maxPlayers = 4)
 {
     CNMGetter();
     if (CNM != null)
     {
         CNM.HostGame(port, maxPlayers);
     }
 }
Ejemplo n.º 2
0
 public void HostGameButtonClicked()
 {
     _customNetworkManager.HostGame();
 }