Flagged wishlist as never being removed from json
This commit is contained in:
@@ -90,6 +90,7 @@ public record BotBase
|
||||
[JsonPropertyName("SurvivorClass")]
|
||||
public SurvivorClass? SurvivorClass { get; set; }
|
||||
|
||||
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
|
||||
[JsonPropertyName("WishList")]
|
||||
[JsonConverter(typeof(ArrayToObjectFactoryConverter))]
|
||||
public DictionaryOrList<string, int>? WishList { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user