Fixed typo.
This commit is contained in:
parent
132c654770
commit
abafb6723d
@ -19,7 +19,7 @@ namespace SteamStorefrontAPI.Classes
|
||||
public string Name { get; set; }
|
||||
|
||||
[JsonProperty("steam_appid")]
|
||||
public int SteamAppid { get; set; }
|
||||
public int SteamAppId { get; set; }
|
||||
|
||||
[JsonProperty("required_age")]
|
||||
public int RequiredAge { get; set; }
|
||||
|
Loading…
Reference in New Issue
Block a user