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