UNPKG

phaser3-rex-plugins

Version:
17 lines (14 loc) 443 B
export const IDLE = 0; export const SUCCESS = 1; export const FAILURE = 2; export const RUNNING = 3; export const PENDING = 4; 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'; export const CURRENT_TIME = '$currentTime';