mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use Logiqx serializer for writing, fix issues
This commit is contained in:
@@ -13,6 +13,10 @@ namespace SabreTools.Models.Logiqx
|
||||
[XmlAttribute("debug")]
|
||||
public string? Debug { get; set; }
|
||||
|
||||
/// <remarks>No-Intro extension</remarks>
|
||||
[XmlAttribute(Namespace = "http://www.w3.org/2001/XMLSchema-instance", AttributeName = "schemaLocation")]
|
||||
public string? SchemaLocation { get; set; }
|
||||
|
||||
[XmlElement("header")]
|
||||
public Header? Header { get; set; }
|
||||
|
||||
@@ -20,21 +24,10 @@ namespace SabreTools.Models.Logiqx
|
||||
[XmlElement("machine", typeof(Machine))]
|
||||
public GameBase[]? Game { get; set; }
|
||||
|
||||
#region No-Intro Extensions
|
||||
|
||||
/// <remarks>Appears after Debug</remarks>
|
||||
[XmlAttribute(Namespace = "http://www.w3.org/2001/XMLSchema-instance", AttributeName = "schemaLocation")]
|
||||
public string? SchemaLocation { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region RomVault Extensions
|
||||
|
||||
/// <remarks>RomVault extension</remarks>
|
||||
[XmlElement("dir")]
|
||||
public Dir[]? Dir { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region DO NOT USE IN PRODUCTION
|
||||
|
||||
/// <remarks>Should be empty</remarks>
|
||||
|
||||
Reference in New Issue
Block a user