forked from sin365/AxibugEmuOnline
9 lines
161 B
C#
9 lines
161 B
C#
|
namespace VirtualNes.Core
|
|||
|
{
|
|||
|
internal class EXPAD_Mahjang : EXPAD
|
|||
|
{
|
|||
|
public EXPAD_Mahjang(NES parent) : base(parent)
|
|||
|
{
|
|||
|
}
|
|||
|
}
|
|||
|
}
|