UNPKG

phaser4-rex-plugins

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