UNPKG

@petkoneo/phaser3-rex-plugins

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