{"version":3,"file":"EventData.mjs","sources":["../../src/core/EventData.ts"],"sourcesContent":["import type { IEventData } from '@pixi-spine/base';\n\n/** Stores the setup pose values for an {@link Event}.\n *\n * See [Events](http://esotericsoftware.com/spine-events) in the Spine User Guide.\n * @public\n * */\nexport class EventData implements IEventData {\n    name: string;\n    intValue = 0;\n    floatValue = 0;\n    stringValue: string | null = null;\n    audioPath: string | null = null;\n    volume = 0;\n    balance = 0;\n\n    constructor(name: string) {\n        this.name = name;\n    }\n}\n"],"names":[],"mappings":"AAOO,MAAM,SAAgC,CAAA;AAAA,EASzC,YAAY,IAAc,EAAA;AAP1B,IAAW,IAAA,CAAA,QAAA,GAAA,CAAA,CAAA;AACX,IAAa,IAAA,CAAA,UAAA,GAAA,CAAA,CAAA;AACb,IAA6B,IAAA,CAAA,WAAA,GAAA,IAAA,CAAA;AAC7B,IAA2B,IAAA,CAAA,SAAA,GAAA,IAAA,CAAA;AAC3B,IAAS,IAAA,CAAA,MAAA,GAAA,CAAA,CAAA;AACT,IAAU,IAAA,CAAA,OAAA,GAAA,CAAA,CAAA;AAGN,IAAA,IAAA,CAAK,IAAO,GAAA,IAAA,CAAA;AAAA,GAChB;AACJ;;;;"}