ResumeSound method

void ResumeSound(
  1. SoundC sound
)

Implementation

void ResumeSound(SoundC sound) {
  return _ResumeSound(sound);
}