UNPKG

phaser4-rex-plugins

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