UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (4 loc) 150 B
import {Action} from "./Action"; export class ActionGroup<CTX> extends Action<CTX> { static from<T>(actions: Action<T>[]): ActionGroup<T> }