Esempio n. 1
0
 public void PlayCrouchMoveSound(CrouchMoveSounds CrouchMoveSound)
 {
     if (!CurrentCrouchMoveSound.IsPlaying())
     {
         CurrentCrouchMoveSound = ArrayCrouchMoveSound[Random.Next(0, ArrayCrouchMoveSound.Length)];
         CurrentCrouchMoveSound.Play();
     }
 }
 public void PlayCrouchMoveSound(CrouchMoveSounds CrouchMoveSound)
 {
 }