PlaySound method

void PlaySound(
  1. SoundC sound
)

Play a sound

Implementation

void PlaySound(SoundC sound)
  => _PlaySound(sound);