UNPKG

phaser3-rex-plugins

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