diff --git a/Core/Models/Eft/Inventory/InventoryEditMarkerRequestData.cs b/Core/Models/Eft/Inventory/InventoryEditMarkerRequestData.cs index 62719cbf..1bf4a74b 100644 --- a/Core/Models/Eft/Inventory/InventoryEditMarkerRequestData.cs +++ b/Core/Models/Eft/Inventory/InventoryEditMarkerRequestData.cs @@ -1,4 +1,5 @@ using System.Text.Json.Serialization; +using Core.Models.Eft.Common.Tables; namespace Core.Models.Eft.Inventory; @@ -18,4 +19,4 @@ public class InventoryEditMarkerRequestData : InventoryBaseActionRequestData [JsonPropertyName("mapMarker")] public MapMarker? MapMarker { get; set; } -} \ No newline at end of file +}