UNPKG

phaser3-rex-plugins

Version:
16 lines (13 loc) 296 B
import Action from '../Action'; export default Abort; /** * Action node that aborts execution. */ declare class Abort extends Action { /** * Create an Abort node. * * @param config - Configuration options. */ constructor(config?: Action.IConfig); }