PlaySound abstract method

void PlaySound(
  1. SoundD sound
)

Play a sound

Implementation

void PlaySound(
  SoundD sound,
);