namespace VirtualNes.Core { internal class EXPAD_Mahjang : EXPAD { public EXPAD_Mahjang(NES parent) : base(parent) { } } }