fix up nullables missed

This commit is contained in:
CWX
2025-01-08 14:01:23 +00:00
parent 5d866c25c0
commit 3a8f9c77a0
66 changed files with 725 additions and 725 deletions
@@ -6,7 +6,7 @@ namespace Core.Models.Spt.Services;
public class TraderServiceModel
{
[JsonPropertyName("serviceType")]
public TraderServiceType ServiceType { get; set; }
public TraderServiceType? ServiceType { get; set; }
[JsonPropertyName("itemsToPay")]
public Dictionary<string, int>? ItemsToPay { get; set; }