public void JoinGame() { LobbyHandler.RecieveHosts(true); playerStatus = PlayerStatus.Joining; }
//Start hosting game public void HostGame() { LobbyHandler.HostBroadcast(true); playerStatus = PlayerStatus.Host; }