UNPKG

phaser4-rex-plugins

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