function DefaultSoundEffects(){this.name="Default Sound Effects",this.type="soundeffects",this.id="defaultsoundeffects"}DefaultSoundEffects.prototype.getEffects=function(){return{navigation:"navigation.mp3",select:"select.mp3"}};export default DefaultSoundEffects;