mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Add new CMP test file, fix issues
This commit is contained in:
22
SabreTools.Models/ClrMamePro/DipSwitch.cs
Normal file
22
SabreTools.Models/ClrMamePro/DipSwitch.cs
Normal file
@@ -0,0 +1,22 @@
|
||||
namespace SabreTools.Models.ClrMamePro
|
||||
{
|
||||
/// <remarks>dipswitch</remarks>
|
||||
public class DipSwitch
|
||||
{
|
||||
/// <remarks>name</remarks>
|
||||
public string Name { get; set; }
|
||||
|
||||
/// <remarks>entry</remarks>
|
||||
public string[]? Entry { get; set; }
|
||||
|
||||
/// <remarks>default</remarks>
|
||||
public string? Default { get; set; }
|
||||
|
||||
#region DO NOT USE IN PRODUCTION
|
||||
|
||||
/// <remarks>Should be empty</remarks>
|
||||
public object[]? ADDITIONAL_ELEMENTS { get; set; }
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user