private void onAssetsSet(QASetRewardOperation operation, HttpResponse httpResponse)
 {
     onAssetsSet(operation.ResponseBody);
 }
Пример #2
0
    public APICall <QASetRewardOperation> QA_SetReward(Reward reward)
    {
        QASetRewardOperation operation = new QASetRewardOperation(reward);

        return(new APICall <QASetRewardOperation>(clubPenguinClient, operation));
    }