UNPKG

phaser3-rex-plugins

Version:
16 lines (13 loc) 294 B
import Action from '../Action'; export default Failer; /** * Action node that always fails. */ declare class Failer extends Action { /** * Create a Failer node. * * @param config - Configuration options. */ constructor(config?: Action.IConfig); }