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