mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Promote SoftwareList
This commit is contained in:
@@ -418,23 +418,6 @@ namespace SabreTools.Library.DatItems
|
||||
public bool? Default { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents one ListXML softwarelist
|
||||
/// </summary>
|
||||
/// TODO: Promote this to the same level as Sample?
|
||||
[JsonObject("softwarelist")]
|
||||
public class ListXmlSoftwareList
|
||||
{
|
||||
[JsonProperty("name")]
|
||||
public string Name { get; set; }
|
||||
|
||||
[JsonProperty("status")]
|
||||
public SoftwareListStatus Status { get; set; }
|
||||
|
||||
[JsonProperty("filter")]
|
||||
public string Filter { get; set; }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Represents one ListXML sound
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user