Add some OfflineList headers

This commit is contained in:
Matt Nadareski
2020-08-20 15:51:13 -07:00
parent e65b45b80f
commit 30dce34ac8
4 changed files with 146 additions and 8 deletions

View File

@@ -215,6 +215,34 @@ namespace SabreTools.Library.DatFiles
#endregion
#region OfflineList Fields
/// <summary>
/// System
/// </summary>
[JsonProperty("system")]
public string System { get; set; }
/// <summary>
/// Screenshots width
/// </summary>
[JsonProperty("screenshotswidth")]
public string ScreenshotsWidth { get; set; }
/// <summary>
/// Screenshots height
/// </summary>
[JsonProperty("screenshotsheight")]
public string ScreenshotsHeight { get; set; }
/// <summary>
/// Rom title
/// </summary>
[JsonProperty("romtitle")]
public string RomTitle { get; set; }
#endregion
#region Write pre-processing
/// <summary>