Add missing property

This commit is contained in:
Archangel
2025-03-09 16:57:41 +01:00
parent c872dd3d7f
commit 587c1f4547
@@ -14,6 +14,13 @@ public record RaidSettings
set;
}
[JsonPropertyName("onlinePveRaidStates")]
public Dictionary<string, bool> OnlinePveRaidStates
{
get;
set;
} = [];
[JsonPropertyName("location")]
public string? Location
{