예제 #1
0
    public void onPushAdSuccess()
    {
        Debug.Log("GamePotEventListener::onPushAdSuccess()");

        if (cbPushADEnable != null)
        {
            cbPushADEnable(true);
            cbPushADEnable = null;
        }
        else
        {
            if (GamePotInterface != null)
            {
                GamePotInterface.onPushAdSuccess();
            }
        }
    }