StopSound function

void StopSound(
  1. SoundD sound
)

Implementation

void StopSound(
  SoundD sound,
) => _module.StopSound(sound);