public void CreateOrJoinRoom() { client.OpJoinOrCreateRoom( "Main", new RoomOptions { MaxPlayers = 12 }, TypedLobby.Default); }