mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-04-11 00:33:10 +00:00
12 lines
230 B
C#
12 lines
230 B
C#
|
|
namespace SabreTools.Data.Models.ClrMamePro
|
|
{
|
|
/// <remarks>sound</remarks>
|
|
public class Sound
|
|
{
|
|
/// <remarks>channels, Numeric?</remarks>
|
|
[Required]
|
|
public long? Channels { get; set; }
|
|
}
|
|
}
|