Exemplo n.º 1
0
    public APICall <GetDecorationsOperation> GetDecorations()
    {
        GetDecorationsOperation operation = new GetDecorationsOperation();

        return(new APICall <GetDecorationsOperation>(clubPenguinClient, operation));
    }
Exemplo n.º 2
0
        private void onDecorationsLoaded(GetDecorationsOperation operation, HttpResponse httpResponse)
        {
            DecorationInventory decorationInventory = operation.DecorationInventory;

            Service.Get <EventDispatcher>().DispatchEvent(new IglooServiceEvents.DecorationsLoaded(decorationInventory));
        }