This commit is contained in:
CWX
2025-01-19 14:53:23 +00:00
parent 12d7870922
commit 7ac870b298
+1 -1
View File
@@ -49,7 +49,7 @@ public record SptProfile
public List<string>? FriendProfileIds { get; set; }
[JsonPropertyName("customisationUnlocks")]
public List<CustomisationStorage> CustomisationUnlocks { get; set; }
public List<CustomisationStorage>? CustomisationUnlocks { get; set; }
}
public record TraderPurchaseData