UNPKG

@pixi-spine/runtime-3.8

Version:

Pixi runtime for spine 3.8 models

14 lines (11 loc) 234 B
'use strict'; class Event { constructor(time, data) { if (data == null) throw new Error("data cannot be null."); this.time = time; this.data = data; } } exports.Event = Event; //# sourceMappingURL=Event.js.map