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