MachineType is common, add Logiqx header values

This commit is contained in:
Matt Nadareski
2020-08-20 15:39:32 -07:00
parent 5ef365249f
commit e65b45b80f
9 changed files with 145 additions and 82 deletions

View File

@@ -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>