arcade-physics
Version:
Use Arcade Physics without Phaser.
14 lines • 374 B
TypeScript
/**
* @author Richard Davey <rich@photonstorm.com>
* @copyright 2020 Photon Storm Ltd.
* @license {@link https://opensource.org/licenses/MIT|MIT License}
*/
/**
* @namespace Phaser.Structs.Events
*/
declare const _default: {
PROCESS_QUEUE_ADD: string;
PROCESS_QUEUE_REMOVE: string;
};
export default _default;
//# sourceMappingURL=events.d.ts.map