Merge branch 'develop' into disable-gc-requests

This commit is contained in:
clodanSPT
2025-10-20 12:15:16 +02:00
committed by GitHub
4 changed files with 51 additions and 16 deletions
@@ -189,15 +189,3 @@ public record DiscountOptions
[JsonPropertyName("equipmentPresetMinMax")]
public required MinMax<int> EquipmentPresetMinMax { get; set; }
}
/// <summary>
/// Custom trader data needed client side for things such as the clothing service
/// </summary>
public record ModdedTraders
{
/// <summary>
/// Trader Ids to enable the clothing service for
/// </summary>
[JsonPropertyName("clothingService")]
public List<string> ClothingService { get; set; } = [];
}