mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Make items XML serializable
This commit is contained in:
@@ -65,9 +65,9 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// Item type for outputting
|
||||
/// </summary>
|
||||
[JsonProperty("type")]
|
||||
[JsonProperty("itemtype")]
|
||||
[JsonConverter(typeof(StringEnumConverter))]
|
||||
[XmlAttribute("type")]
|
||||
[XmlElement("itemtype")]
|
||||
public ItemType ItemType { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user