mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Use Listxml serializer for reading only
This commit is contained in:
@@ -3,23 +3,5 @@ using System.Xml.Serialization;
|
||||
namespace SabreTools.Models.Listxml
|
||||
{
|
||||
[XmlRoot("machine")]
|
||||
public class Machine : GameBase
|
||||
{
|
||||
/// <remarks>Appears after Name</remarks>
|
||||
|
||||
[XmlAttribute("sourcefile")]
|
||||
public string? SourceFile { get; set; }
|
||||
|
||||
/// <remarks>(yes|no) "no", Appears after SourceFile</remarks>
|
||||
[XmlAttribute("isbios")]
|
||||
public string? IsBios { get; set; }
|
||||
|
||||
/// <remarks>(yes|no) "no", Appears after IsBios</remarks>
|
||||
[XmlAttribute("isdevice")]
|
||||
public string? IsDevice { get; set; }
|
||||
|
||||
/// <remarks>(yes|no) "no", Appears after IsDevice</remarks>
|
||||
[XmlAttribute("ismechanical")]
|
||||
public string? IsMechanical { get; set; }
|
||||
}
|
||||
public class Machine : GameBase { }
|
||||
}
|
||||
Reference in New Issue
Block a user