|
1 | 1 | using Newtonsoft.Json; |
2 | 2 | using SourceSchemaParser.JsonConverters; |
3 | 3 |
|
4 | | -namespace SourceSchemaParser.Dota2 |
| 4 | +namespace SourceSchemaParser.DOTA2 |
5 | 5 | { |
6 | 6 | internal class DotaHeroSchemaItem |
7 | 7 | { |
@@ -99,6 +99,30 @@ internal class DotaHeroSchemaItem |
99 | 99 | [JsonProperty("Ability16")] |
100 | 100 | public string Ability16 { get; set; } |
101 | 101 |
|
| 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 | + |
102 | 126 | [JsonProperty("ArmorPhysical")] |
103 | 127 | public double ArmorPhysical { get; set; } |
104 | 128 |
|
|
0 commit comments