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

Add UnlockTime to PlayerAchievement #119

Closed Jcw87 closed 3 years ago

Jcw87 commented 3 years ago

The unlocktime field was missing from ISteamUserStats/GetPlayerAchievements, so I added it.

babelshift commented 3 years ago

Thanks!