UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (8 loc) 143 B
export enum BehaviorStatus { Initial = 0, Running = 1, Succeeded = 2, Failed = 3, Suspended = 4, Invalid = 5 }