phaser/v3/src/input/index.js

8 lines
78 B
JavaScript
Raw Normal View History

// Phaser.Input
module.exports = {
Keyboard: require('./keyboard')
};