File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,30 @@ internal class DotaHeroSchemaItem
9999 [ JsonProperty ( "Ability16" ) ]
100100 public string Ability16 { get ; set ; }
101101
102+ [ JsonProperty ( "Ability17" ) ]
103+ public string Ability17 { get ; set ; }
104+
105+ [ JsonProperty ( "Ability18" ) ]
106+ public string Ability18 { get ; set ; }
107+
108+ [ JsonProperty ( "Ability19" ) ]
109+ public string Ability19 { get ; set ; }
110+
111+ [ JsonProperty ( "Ability20" ) ]
112+ public string Ability20 { get ; set ; }
113+
114+ [ JsonProperty ( "Ability21" ) ]
115+ public string Ability21 { get ; set ; }
116+
117+ [ JsonProperty ( "Ability22" ) ]
118+ public string Ability22 { get ; set ; }
119+
120+ [ JsonProperty ( "Ability23" ) ]
121+ public string Ability23 { get ; set ; }
122+
123+ [ JsonProperty ( "Ability24" ) ]
124+ public string Ability24 { get ; set ; }
125+
102126 [ JsonProperty ( "ArmorPhysical" ) ]
103127 public double ArmorPhysical { get ; set ; }
104128
You can’t perform that action at this time.
0 commit comments