mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Update formatting of DatItems
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
using System.Xml.Serialization;
|
||||
|
||||
using Newtonsoft.Json;
|
||||
|
||||
/// <summary>
|
||||
@@ -17,10 +16,10 @@ namespace SabreTools.DatItems.Formats
|
||||
[JsonObject("original"), XmlRoot("original")]
|
||||
public class Original
|
||||
{
|
||||
[JsonProperty("value")]
|
||||
[JsonProperty("value"), XmlElement("value")]
|
||||
public bool? Value { get; set; }
|
||||
|
||||
[JsonProperty("content")]
|
||||
[JsonProperty("content"), XmlElement("content")]
|
||||
public string Content { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user