UNPKG

phaser4-rex-plugins

Version:
9 lines (7 loc) 249 B
import Interception from './interception'; export default class InterceptionPlugin extends Phaser.Plugins.BasePlugin { add( gameObject: Phaser.GameObjects.GameObject, config?: Interception.IConfig ): Interception; }