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