Removed check for Enum converter and removed unnecesary converters

This commit is contained in:
Alex
2025-07-23 21:32:49 +01:00
parent c52d40c060
commit 723f6fc638
6 changed files with 41 additions and 47 deletions
@@ -605,7 +605,6 @@ public record BossSupport
public string? BossEscortAmount { get; set; }
[JsonPropertyName("BossEscortDifficult")]
[JsonConverter(typeof(ListOrTConverterFactory))]
public ListOrT<string> BossEscortDifficulty { get; set; }
[JsonPropertyName("BossEscortType")]