babelshift / SteamWebAPI2

🎮 C# / .NET library that makes it easy to use the Steam Web API. It conveniently wraps around all of the JSON data and ugly API details with clean methods, structures and classes.
MIT License
263 stars 43 forks source link

Added GetSchemaForTF2Async to IEconItems #46

Closed Tvde1 closed 7 years ago

Tvde1 commented 7 years ago

This PR just adds GetSchemaForTF2Async to the IEconItems interface. The EconItems class already implements it.

babelshift commented 7 years ago

Thanks much.