File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ public class ItemAbilitySchemaItemModel
99 public string Name { get ; set ; }
1010
1111 /// <summary>
12- /// Valve's source files don't include localized names. Instead, the callers are responsibel for populating this value
12+ /// Valve's source files don't include localized names. Instead, the callers are responsible for populating this value
1313 /// by performing a lookup in the various language/token mapping files.
1414 /// </summary>
1515 public string LocalizedName { get ; set ; }
@@ -87,5 +87,7 @@ public class ItemAbilitySchemaItemModel
8787 public bool ? ItemContributesToNetWorthWhenDropped { get ; set ; }
8888
8989 public string ItemDisassembleRule { get ; set ; }
90+
91+ public bool ? ItemIsNeutralDrop { get ; set ; }
9092 }
9193}
You can’t perform that action at this time.
0 commit comments