remove unused record

This commit is contained in:
Cj
2025-10-20 04:22:49 -04:00
parent f1710cfb5c
commit f3f91e37b7
@@ -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; } = [];
}