Fixed enum serialization

This commit is contained in:
Alex
2025-01-16 15:35:26 +00:00
parent 088248706d
commit 0c08bac439
7 changed files with 137150 additions and 5 deletions
@@ -932,6 +932,7 @@ public class Props
[JsonPropertyName("effects_damage")]
[JsonConverter(typeof(ArrayToObjectFactoryConverter))]
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
public Dictionary<string, EffectDamageProps>? EffectsDamage { get; set; }
[JsonPropertyName("maximumNumberOfUsage")]