String to MongoId conversions

Removed unnecessary properties from quest object
This commit is contained in:
Chomp
2025-07-15 10:37:49 +01:00
parent c8faa33b51
commit 2639504471
52 changed files with 152 additions and 143 deletions
@@ -455,12 +455,6 @@ public record Limit : MinMax<int>
{
[JsonPropertyName("items")]
public List<string>? Items { get; set; }
[JsonPropertyName("min")]
public int? Min { get; set; }
[JsonPropertyName("max")]
public int? Max { get; set; }
}
public record AirdropParameter