UNPKG

@petkoneo/phaser3-rex-plugins

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