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