Added missing reward property

This commit is contained in:
Chomp
2025-08-26 15:15:35 +01:00
parent 756f77efc4
commit a7a1aa4bad
@@ -66,6 +66,12 @@ public record Reward
[JsonPropertyName("isHidden")]
public bool? IsHidden { get; set; }
/// <summary>
/// Only found with `NotificationPopup` rewards
/// </summary>
[JsonPropertyName("message")]
public MongoId? Message { get; set; }
}
public record IllustrationConfig