Fix build... (understatement)

This commit is contained in:
Matt Nadareski
2020-12-13 13:22:06 -08:00
parent 710213ff9d
commit a89297686f
57 changed files with 2277 additions and 2714 deletions

View File

@@ -12,9 +12,14 @@ namespace SabreTools.Filtering
#region Fields
/// <summary>
/// Field to update with INI information
/// MachineField to update with INI information
/// </summary>
public Field Field { get; set; }
public MachineField MachineField { get; set; } = MachineField.NULL;
/// <summary>
/// DatItemField to update with INI information
/// </summary>
public DatItemField DatItemField { get; set; } = DatItemField.NULL;
/// <summary>
/// Mappings from value to machine name