phaser/src/structs/events/index.js

17 lines
372 B
JavaScript
Raw Normal View History

2019-10-02 11:12:37 +00:00
/**
* @author Richard Davey <rich@photonstorm.com>
2022-02-28 14:29:51 +00:00
* @copyright 2022 Photon Storm Ltd.
2019-10-02 11:12:37 +00:00
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.Structs.Events
*/
module.exports = {
PROCESS_QUEUE_ADD: require('./PROCESS_QUEUE_ADD_EVENT'),
PROCESS_QUEUE_REMOVE: require('./PROCESS_QUEUE_REMOVE_EVENT')
};