UNPKG

phaser4-rex-plugins

Version:
8 lines (6 loc) 182 B
import Raycaster from './raycaster'; export default class RaycasterPlugin extends Phaser.Plugins.BasePlugin { add( config?: Raycaster.IConfig ): Raycaster; }