fix type i broke

This commit is contained in:
CWX
2025-01-14 19:36:20 +00:00
parent 2dee26a47c
commit 73a6dab7e2
@@ -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; }
}
}