Beispiel #1
0
 public Task <ISteamWebResponse <Dictionary <string, WishlistItemModel> > > GetWishlisted(ulong id)
 {
     return(SteamWebInterface.GetWishlistedGames(id));
 }
Beispiel #2
0
 public Task <ISteamWebResponse <OwnedGamesResultModel> > GetOwned(ulong id)
 {
     return(SteamWebInterface.GetOwnedGames(id, true, false));
 }