Use ClrMamePro serializer in current parser

This also starts splitting up the current parser structures to make them a bit more modular.
This commit is contained in:
Matt Nadareski
2023-07-28 00:44:10 -04:00
parent 064903cdbc
commit 02dcef6a9e
10 changed files with 1013 additions and 682 deletions

View File

@@ -42,7 +42,7 @@ namespace SabreTools.DatItems.Formats
public long? Clock { get; set; }
[JsonIgnore]
public bool ClockTypeSpecified { get { return Clock != null; } }
public bool ClockSpecified { get { return Clock != null; } }
#endregion