public void PlayJetpackStartSound(JetpackStartSounds JetpackStartSound) { if (!CurrentJetpackSound.IsPlaying()) { this.JetpackStartSound.PlayAsBackgroundSFX(); CurrentJetpackSound = this.JetpackStartSound; } }
public void PlayJetpackStartSound(JetpackStartSounds JetpackStartSound) { }