UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

15 lines 333 B
export class StateGraph { /** * * @param {SimpleStateMachine} graph */ constructor(graph: SimpleStateMachine); /** * * @type {SimpleStateMachine} */ graph: SimpleStateMachine; inputs: any[]; declareInputs(state: any, events: any): void; } //# sourceMappingURL=StateGraph.d.ts.map