UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (10 loc) 321 B
/** * * @enum {string} */ export const VoiceEvents = { SpeakLine: '@component/Voice/speak-line', SpeakSetLine: '@component/Voice/speak-set-line', StartedSpeakingLocalizedLine: '@component/Voice/started-speaking-localized-line', FinishedSpeakingLine: '@component/Voice/speak-line-finished' };