mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote Driver
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
using Newtonsoft.Json;
|
||||
using Newtonsoft.Json.Converters;
|
||||
|
||||
/// <summary>
|
||||
/// This holds all of the auxiliary types needed for proper parsing
|
||||
@@ -163,26 +164,6 @@ namespace SabreTools.Library.DatItems
|
||||
public string VBStart { get; set; } // TODO: Int32? Float?
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents one ListXML driver
|
||||
/// </summary>
|
||||
/// TODO: Promote to DatItem level
|
||||
[JsonObject("driver")]
|
||||
public class Driver
|
||||
{
|
||||
[JsonProperty("status")]
|
||||
public string Status { get; set; } // TODO: (good|imperfect|preliminary)
|
||||
|
||||
[JsonProperty("emulation")]
|
||||
public string Emulation { get; set; } // TODO: (good|imperfect|preliminary)
|
||||
|
||||
[JsonProperty("cocktail")]
|
||||
public string Cocktail { get; set; } // TODO: bool? (good|imperfect|preliminary)?
|
||||
|
||||
[JsonProperty("savestate")]
|
||||
public string SaveState { get; set; } // TODO: (supported|unsupported)
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents one ListXML extension
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user