Force Encyclopedia to show nulls

This commit is contained in:
Chomp
2025-01-26 09:19:09 +00:00
parent e86622960a
commit 207328a158
@@ -45,6 +45,7 @@ public record BotBase
[JsonPropertyName("Stats")]
public Stats? Stats { get; set; }
[JsonIgnore(Condition = JsonIgnoreCondition.Never)]
[JsonPropertyName("Encyclopedia")]
public Dictionary<string, bool>? Encyclopedia { get; set; }