mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Chip gets a promotion
This commit is contained in:
@@ -37,26 +37,6 @@ namespace SabreTools.Library.DatItems
|
||||
public string Mask { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents one ListXML chip
|
||||
/// </summary>
|
||||
/// TODO: Promote this to the same level as Sample
|
||||
[JsonObject("chip")]
|
||||
public class ListXmlChip
|
||||
{
|
||||
[JsonProperty("name")]
|
||||
public string Name { get; set; }
|
||||
|
||||
[JsonProperty("tag")]
|
||||
public string Tag { get; set; }
|
||||
|
||||
[JsonProperty("type")]
|
||||
public string Type { get; set; } // TODO: (cpu|audio)
|
||||
|
||||
[JsonProperty("clock")]
|
||||
public string Clock { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents one ListXML condition
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user