UnloadSound method

void UnloadSound(
  1. SoundC sound
)

Unload sound

Implementation

void UnloadSound(SoundC sound)
  => _UnloadSound(sound);