mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Fix serialization error
This commit is contained in:
@@ -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")]
|
||||||
|
|||||||
Reference in New Issue
Block a user