Added missing property to Quest

This commit is contained in:
Chomp
2025-08-26 13:02:24 +01:00
parent 64cadf280c
commit be84b40a71
@@ -117,6 +117,9 @@ public record Quest
[JsonPropertyName("arenaLocations")]
public List<string>? ArenaLocations { get; set; }
[JsonPropertyName("dialogueId")]
public MongoId? DialogueId { get; set; }
/// <summary>
/// Status of quest to player
/// </summary>