Example #1
0
    // PUBLIC METHODS

    public static bool ShowLoginMenu()
    {
        //FIXME it does work but there could be some potential problem in the future because this message is called
        //  each tick when player log-outs from his/her account (and stays in login screen)
        LobbyClient.DisconnectFromLobby();

        return(OpenMenu(E_MenuState.Login));
    }