@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
12 lines • 371 B
TypeScript
/**
* When being played back, will play a random child element
*/
export class RandomContainerAudioClip extends ContainerAudioClip {
/**
* Try not to repeat last X played sounds
* @type {number}
*/
avoid_repeating_last: number;
}
import { ContainerAudioClip } from "./ContainerAudioClip.js";
//# sourceMappingURL=RandomContainerAudioClip.d.ts.map