PlaySound function

void PlaySound(
  1. SoundC sound
)

Implementation

void PlaySound(SoundC sound) => _module.PlaySound(sound);