UNPKG

@pixi-spine/runtime-3.7

Version:

Pixi runtime for spine 3.7 models

12 lines (10 loc) 215 B
class Event { constructor(time, data) { if (data == null) throw new Error("data cannot be null."); this.time = time; this.data = data; } } export { Event }; //# sourceMappingURL=Event.mjs.map