diff --git a/src/Steam.Models/DOTA2/Cleaned/HeroAbilitySpecialDetail.cs b/src/Steam.Models/DOTA2/Cleaned/HeroAbilitySpecialDetail.cs index 7423dba..4d84d41 100644 --- a/src/Steam.Models/DOTA2/Cleaned/HeroAbilitySpecialDetail.cs +++ b/src/Steam.Models/DOTA2/Cleaned/HeroAbilitySpecialDetail.cs @@ -9,5 +9,7 @@ public class HeroAbilitySpecialDetail public string RawName { get; set; } public string LinkedSpecialBonus { get; set; } + + public bool RequiresScepter { get; set; } } } \ No newline at end of file diff --git a/src/Steam.Models/DOTA2/External/HeroAbilitySpecial.cs b/src/Steam.Models/DOTA2/External/HeroAbilitySpecial.cs index 43fbd6b..63de01d 100644 --- a/src/Steam.Models/DOTA2/External/HeroAbilitySpecial.cs +++ b/src/Steam.Models/DOTA2/External/HeroAbilitySpecial.cs @@ -9,5 +9,7 @@ public class HeroAbilitySpecial public string VarType { get; set; } public string LinkedSpecialBonus { get; set; } + + public bool RequiresScepter { get; set; } } } \ No newline at end of file diff --git a/src/SteamWebAPI2/SteamWebAPI2.csproj b/src/SteamWebAPI2/SteamWebAPI2.csproj index 64e6d8c..c92b155 100644 --- a/src/SteamWebAPI2/SteamWebAPI2.csproj +++ b/src/SteamWebAPI2/SteamWebAPI2.csproj @@ -2,7 +2,7 @@ This is a .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. - 4.1.5 + 4.2.0 Justin Skiles SteamWebAPI2 SteamWebAPI2