UnloadSound function

void UnloadSound(
  1. SoundD sound
)

Implementation

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