Wire up OfflineList canOpen

This commit is contained in:
Matt Nadareski
2020-08-20 16:30:16 -07:00
parent 0b782557b9
commit f498890417
4 changed files with 73 additions and 8 deletions

View File

@@ -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>