UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

10 lines (6 loc) 178 B
export class Action<CTX> { computeByteSize(): number apply(context: CTX): Promise<void> revert(context: CTX): Promise<void> get isAction(): boolean }