UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines (7 loc) 104 B
/** * * @enum {number} */ export const SoundMaterialInteractionType = { BluntImpact: 0 };