UNPKG

phaser4-rex-plugins

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