Fixed typo.

This commit is contained in:
mmuffins 2018-05-27 08:32:09 +02:00
parent 132c654770
commit abafb6723d

View File

@ -19,7 +19,7 @@ namespace SteamStorefrontAPI.Classes
public string Name { get; set; } public string Name { get; set; }
[JsonProperty("steam_appid")] [JsonProperty("steam_appid")]
public int SteamAppid { get; set; } public int SteamAppId { get; set; }
[JsonProperty("required_age")] [JsonProperty("required_age")]
public int RequiredAge { get; set; } public int RequiredAge { get; set; }