phaser/src/events/index.js

12 lines
275 B
JavaScript
Raw Normal View History

/**
* @author Richard Davey <rich@photonstorm.com>
2022-02-28 14:29:51 +00:00
* @copyright 2022 Photon Storm Ltd.
2019-05-10 15:15:04 +00:00
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.Events
*/
2018-05-11 17:55:44 +00:00
module.exports = { EventEmitter: require('./EventEmitter') };