Typos and such

This commit is contained in:
Matt Nadareski
2020-09-05 23:15:48 -07:00
parent 2f38209f10
commit 3257908b23
4 changed files with 13 additions and 19 deletions

View File

@@ -155,6 +155,12 @@ namespace SabreTools.Library.DatFiles
[JsonProperty("build", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string Build { get; set; }
/// <summary>
/// Logiqx/RomCenter plugin, OfflineList System
/// </summary>
[JsonProperty("system", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string System { get; set; }
/// <summary>
/// RomCenter rom mode
/// </summary>
@@ -208,13 +214,6 @@ namespace SabreTools.Library.DatFiles
#region OfflineList Fields
/// <summary>
/// System
/// </summary>
/// <remarks>Known as "plugin" in Logiqx and RomCenter</remarks>
[JsonProperty("system", DefaultValueHandling = DefaultValueHandling.Ignore)]
public string System { get; set; }
/// <summary>
/// Screenshots width
/// </summary>