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