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

@@ -15,10 +15,10 @@ namespace SabreTools.Models.ClrMamePro
/// <remarks>coins, Numeric?</remarks>
public string? Coins { get; set; }
/// <remarks>tilt</remarks>
/// <remarks>tilt, Boolean?</remarks>
public string? Tilt { get; set; }
/// <remarks>service</remarks>
/// <remarks>service, Boolean?</remarks>
public string? Service { get; set; }
#region DO NOT USE IN PRODUCTION