PlaySound method

void PlaySound(
  1. SoundC sound
)

Implementation

void PlaySound(SoundC sound) {
  return _PlaySound(sound);
}