Example #1
0
 public void PlayJetpackEndSound(JetpackEndSounds JetpackEndSound)
 {
     if (!CurrentJetpackSound.IsPlaying())
     {
         this.JetpackEndSound.PlayAsBackgroundSFX();
         CurrentJetpackSound = this.JetpackEndSound;
     }
 }
 public void PlayJetpackEndSound(JetpackEndSounds JetpackEndSound)
 {
 }