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