Example #1
0
 public void PlayStepNormalSound(StepNormalSounds StepNormalSound)
 {
     if (!CurrentStepSound.IsPlaying())
     {
         CurrentStepSound = ArrayStepNormalSound[Random.Next(0, ArrayStepNormalSound.Length)];
         CurrentStepSound.Play();
     }
 }
 public void PlayStepNormalSound(StepNormalSounds StepNormalSound)
 {
 }