UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines (7 loc) 203 B
import { TriggerActionType } from "./TriggerActionType.js"; export class TriggerAction { constructor() { this.type = TriggerActionType.Unknown; this.parameters = []; } }