UNPKG

phaser4-rex-plugins

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