mirror of
https://github.com/photonstorm/phaser
synced 2025-03-07 00:37:19 +00:00
8 lines
76 B
JavaScript
8 lines
76 B
JavaScript
|
// Phaser.Sound
|
||
|
|
||
|
module.exports = {
|
||
|
|
||
|
Dynamic: require('./dynamic')
|
||
|
|
||
|
};
|