UNPKG

phaser4-rex-plugins

Version:
9 lines (8 loc) 271 B
// import * as Phaser from 'phaser'; import WaitEvents from './waitevents'; export default class WaitEventsPlugin extends Phaser.Plugins.BasePlugin { add( completeCallback?: WaitEvents.CompleteCallbackType, scope?: object ): WaitEvents; }