phaser/v3/src/sound/index.js

8 lines
76 B
JavaScript
Raw Normal View History

// Phaser.Sound
module.exports = {
Dynamic: require('./dynamic')
};