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