UNPKG

phaser4-rex-plugins

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