mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 13:13:43 +00:00
Added SoundEvent class to index.js
This commit is contained in:
parent
e36e18977e
commit
aad8dea41b
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ module.exports = {
|
|||
BaseSoundManager: require('./BaseSoundManager'),
|
||||
|
||||
WebAudioSound: require('./webaudio/WebAudioSound'),
|
||||
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager')
|
||||
WebAudioSoundManager: require('./webaudio/WebAudioSoundManager'),
|
||||
|
||||
SoundEvent: require('./SoundEvent')
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue