UNPKG

phaser4-rex-plugins

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