Added SoundValueEvent to index.js

This commit is contained in:
Pavle Goloskokovic 2018-01-03 21:24:47 +01:00
parent a157dd2ccc
commit c8a0591b62

View file

@ -10,5 +10,6 @@ module.exports = {
WebAudioSound: require('./webaudio/WebAudioSound'),
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager'),
SoundEvent: require('./SoundEvent')
SoundEvent: require('./SoundEvent'),
SoundValueEvent: require('./SoundValueEvent')
};