mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up infos for OfflineList
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user