UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 249 B
export type VoiceEvents = string; export namespace VoiceEvents { let SpeakLine: string; let SpeakSetLine: string; let StartedSpeakingLocalizedLine: string; let FinishedSpeakingLine: string; } //# sourceMappingURL=VoiceEvents.d.ts.map