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