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