Updated ExtensionData to be nullable
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ namespace SPTarkov.Server.Core.Models.Eft.Hideout;
|
||||
public record HideoutCustomizationApplyRequestData : InventoryBaseActionRequestData
|
||||
{
|
||||
[JsonExtensionData]
|
||||
public Dictionary<string, object> ExtensionData { get; set; }
|
||||
public Dictionary<string, object>? ExtensionData { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Id of the newly picked item to apply to hideout
|
||||
|
||||
Reference in New Issue
Block a user