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