Fixed flea offers not reducing quantity after purchase

This commit is contained in:
Chomp
2025-02-21 12:58:02 +00:00
parent c250fb8dd3
commit fc6c15792d
6 changed files with 41 additions and 23 deletions
@@ -163,6 +163,16 @@ public record RagfairOffer
get;
set;
}
/// <summary>
/// Tightly bound to offer.items[0].upd.stackObjectsCount
/// </summary>
[JsonPropertyName("quantity")]
public int? Quantity
{
get;
set;
}
}
public record OfferRequirement