public override void Enter()
    {
        base.Enter();

        Assert.IsNotNull(lobbyPanel);
        lobbyPanel.EnableGUI();
        lobbyPanel.RegisterButtonJoinClickAction(OnJoinButtonClicked);
        lobbyPanel.SetStatusbarText("");

        didSendJoinRequest = false;
    }