// Should be like this, TODO public void AddPlayerToLobby(PlayerInfo newPlayer) { hostGameMenu.AddLobbyPlayer(newPlayer.PeerID, newPlayer.Name); }