Fix serialization error

This commit is contained in:
Matt Nadareski
2020-08-25 17:12:34 -07:00
parent f257c2ce94
commit d8b8f53821

View File

@@ -272,7 +272,7 @@ namespace SabreTools.Library.DatItems
[JsonProperty("tag")] [JsonProperty("tag")]
public string Tag { get; set; } public string Tag { get; set; }
[JsonProperty("tag")] [JsonProperty("mask")]
public string Mask { get; set; } public string Mask { get; set; }
[JsonProperty("locations")] [JsonProperty("locations")]