Esempio n. 1
0
 public void PlayStepWaterSound(StepWaterSounds StepWaterSound)
 {
     if (!CurrentStepSound.IsPlaying())
     {
         CurrentStepSound = ArrayStepWaterSound[Random.Next(0, ArrayStepWaterSound.Length)];
         CurrentStepSound.Play();
     }
 }
 public void PlayStepWaterSound(StepWaterSounds StepWaterSound)
 {
 }