Ejemplo n.º 1
0
    public IEnumerator WaitAndShowLobby()
    {
        yield return(new WaitForSeconds(1));

        // Update the lobby on all clients
        thisPlayer.EnterLobby();

        // Show the lobby for the local player
        Globals.Menu.ShowNetworkLobby(thisPlayer.IsHost);
    }