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