We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a176f6 commit 7d10773Copy full SHA for 7d10773
1 file changed
src/Steam.Models/DOTA2/ItemAbilitySchemaItemModel.cs
@@ -9,7 +9,7 @@ public class ItemAbilitySchemaItemModel
9
public string Name { get; set; }
10
11
/// <summary>
12
- /// Valve's source files don't include localized names. Instead, the callers are responsibel for populating this value
+ /// Valve's source files don't include localized names. Instead, the callers are responsible for populating this value
13
/// by performing a lookup in the various language/token mapping files.
14
/// </summary>
15
public string LocalizedName { get; set; }
@@ -87,5 +87,7 @@ public class ItemAbilitySchemaItemModel
87
public bool? ItemContributesToNetWorthWhenDropped { get; set; }
88
89
public string ItemDisassembleRule { get; set; }
90
+
91
+ public bool? ItemIsNeutralDrop { get; set; }
92
}
93
0 commit comments