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;
|
Board = null;
|
||||||
RebuildTo = null;
|
RebuildTo = null;
|
||||||
Devices = null;
|
Devices = null;
|
||||||
|
Infos = null;
|
||||||
MachineType = MachineType.NULL;
|
MachineType = MachineType.NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -80,6 +81,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
Board = null;
|
Board = null;
|
||||||
RebuildTo = null;
|
RebuildTo = null;
|
||||||
Devices = null;
|
Devices = null;
|
||||||
|
Infos = null;
|
||||||
MachineType = MachineType.NULL;
|
MachineType = MachineType.NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -110,6 +112,7 @@ namespace SabreTools.Library.DatItems
|
|||||||
Board = this.Board,
|
Board = this.Board,
|
||||||
RebuildTo = this.RebuildTo,
|
RebuildTo = this.RebuildTo,
|
||||||
Devices = this.Devices,
|
Devices = this.Devices,
|
||||||
|
Infos = this.Infos,
|
||||||
MachineType = this.MachineType,
|
MachineType = this.MachineType,
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user