Wire up infos for OfflineList

This commit is contained in:
Matt Nadareski
2020-08-20 16:20:22 -07:00
parent 3c5931fce8
commit 0b782557b9
4 changed files with 112 additions and 180 deletions

View File

@@ -236,6 +236,11 @@ namespace SabreTools.Library.DatFiles
[JsonProperty("screenshotsheight")]
public string ScreenshotsHeight { get; set; }
/// <summary>
/// OfflineList info list
/// </summary>
public List<Tuple<string, bool?, bool?, bool?>> Infos { get; set; }
/// <summary>
/// Rom title
/// </summary>