randomSoundNextPlays property

List<NextRun<RandomSound>> randomSoundNextPlays
final

The times that randomSounds should play next.

The map values are the number of milliseconds before the sound keys should play again.

Implementation

final List<NextRun<RandomSound>> randomSoundNextPlays;