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