Applies correct JsonConverter name to existing code after 2182af4f26
This commit is contained in:
parent
2182af4f26
commit
33c96b9375
|
@ -32,7 +32,7 @@ public class Card
|
|||
// TODO: Type of property is not documented. Has to be evaluated at a later time.
|
||||
// public Resistance[]? Ressistences { get; set; }
|
||||
|
||||
[JsonConverter(typeof(CardPriceConverter))]
|
||||
[JsonConverter(typeof(CardPricesJsonConverter))]
|
||||
public IEnumerable<CardPrice>? Prices { get; set; }
|
||||
|
||||
[JsonPropertyName("retreatCost")] public string[]? RetreatCosts { get; set; }
|
||||
|
|
Loading…
Reference in a new issue