UNPKG

phaser4-rex-plugins

Version:
15 lines (12 loc) 371 B
export const IDLE = 0; export const SUCCESS = 1; export const FAILURE = 2; export const RUNNING = 3; export const ABORT = 5; export const ERROR = 9; export const TREE = 'tree'; export const COMPOSITE = 'composite'; export const DECORATOR = 'decorator'; export const ACTION = 'action'; export const SERVICE = 'service'; export const TREE_STATE = '$state';