Skip to content

eo-typewriterjs


eo-typewriterjs / TAudioSfxPack

Type Alias: TAudioSfxPack

ts
type TAudioSfxPack = object;

Defined in: core/audio/types/audio-sfx.type.ts:20

Index Signature

ts
[name: string]: TAudioSfx

Description

A dictionary of named sfx entries. The key is the sfx name referenced by channel or command config.

Released under the MIT License.