paralin / Dota2

[Deprecated] A plugin for SteamKit that interfaces with the DOTA 2 game coordinator and game servers.
https://github.com/paralin/go-dota2
115 stars 32 forks source link

Implement profile cards handling #9

Closed sbx320 closed 9 years ago

sbx320 commented 9 years ago

Profile cards are those new editable profile fields where you can chose to display trophies/heroes/items/statistics.

This pull request introduces a new call

 RequestProfileCards(uint account_id);

as well as a callback for the associated response from the GC

 ProfileCardResponse
paralin commented 9 years ago

Thanks :)