mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
MachineType is common, add Logiqx header values
This commit is contained in:
@@ -183,6 +183,7 @@ namespace SabreTools.Library.DatFiles
|
||||
/// <summary>
|
||||
/// Debug build flag
|
||||
/// </summary>
|
||||
/// <remarks>Also in Logiqx</remarks>
|
||||
[JsonProperty("debug")]
|
||||
public bool? Debug { get; set; } = false;
|
||||
|
||||
@@ -194,6 +195,16 @@ namespace SabreTools.Library.DatFiles
|
||||
|
||||
#endregion
|
||||
|
||||
#region Logiqx
|
||||
|
||||
/// <summary>
|
||||
/// Build version
|
||||
/// </summary>
|
||||
[JsonProperty("build")]
|
||||
public string Build { get; set; }
|
||||
|
||||
#endregion
|
||||
|
||||
#region Missfile Fields
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user