UNPKG

phaser4-rex-plugins

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