mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up OfflineList canOpen
This commit is contained in:
@@ -239,8 +239,15 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <summary>
|
||||
/// OfflineList info list
|
||||
/// </summary>
|
||||
[JsonProperty("infos")]
|
||||
public List<Tuple<string, bool?, bool?, bool?>> Infos { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// OfflineList can-open extensions
|
||||
/// </summary>
|
||||
[JsonProperty("canopen")]
|
||||
public List<string> CanOpen { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Rom title
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user