UNPKG

@hexworks/cobalt-state

Version:

State machine utility for Cobalt.

9 lines 192 B
import { EventType } from "./EventType"; export class BumpSent { id; type = EventType.BumpSent; constructor(id) { this.id = id; } } //# sourceMappingURL=BumpSent.js.map