PlaySound function

void PlaySound(
  1. SoundD sound
)

Implementation

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