UNPKG

phaser3-rex-plugins

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