mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Machine] Initialize Infos
This commit is contained in:
@@ -55,6 +55,7 @@ namespace SabreTools.Library.DatItems
|
||||
Board = null;
|
||||
RebuildTo = null;
|
||||
Devices = null;
|
||||
Infos = null;
|
||||
MachineType = MachineType.NULL;
|
||||
}
|
||||
|
||||
@@ -80,6 +81,7 @@ namespace SabreTools.Library.DatItems
|
||||
Board = null;
|
||||
RebuildTo = null;
|
||||
Devices = null;
|
||||
Infos = null;
|
||||
MachineType = MachineType.NULL;
|
||||
}
|
||||
|
||||
@@ -110,6 +112,7 @@ namespace SabreTools.Library.DatItems
|
||||
Board = this.Board,
|
||||
RebuildTo = this.RebuildTo,
|
||||
Devices = this.Devices,
|
||||
Infos = this.Infos,
|
||||
MachineType = this.MachineType,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user