1 line
No EOL
264 B
JavaScript
1 line
No EOL
264 B
JavaScript
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; |