Example #1
0
    public void onLoginCancel()
    {
        Debug.Log("GamePotEventListener::onLoginCancel()");
        if (GamePotInterface != null)
        {
            GamePotInterface.onLoginCancel();
        }

        if (cbLogin != null)
        {
            cbLogin(NCommon.ResultLogin.CANCELLED);
            cbLogin = null;
        }
    }