mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Wire up remaining AttractMode fields
This commit is contained in:
@@ -20,6 +20,8 @@ namespace SabreTools.Library.DatItems
|
||||
/// <summary>
|
||||
/// List of valid field types within a DatItem/Machine
|
||||
/// </summary>
|
||||
/// TODO: Should this be split into MachineField and DatItemField?
|
||||
/// TODO: Should there also be a DatFileField?
|
||||
public enum Field : int
|
||||
{
|
||||
NULL = 0,
|
||||
@@ -67,8 +69,14 @@ namespace SabreTools.Library.DatItems
|
||||
#region DatItem
|
||||
|
||||
// Common DatItem
|
||||
ItemType,
|
||||
Name,
|
||||
ItemType,
|
||||
|
||||
// AttractMode DatItem
|
||||
AltName,
|
||||
AltTitle,
|
||||
|
||||
// SoftwareList DatItem
|
||||
PartName,
|
||||
PartInterface,
|
||||
Features,
|
||||
|
||||
Reference in New Issue
Block a user