protected override void PlaySound(SlipperyComponent component)
 {
     if (!string.IsNullOrEmpty(component.SlipSound))
     {
         SoundSystem.Play(Filter.Pvs(component.Owner), component.SlipSound, component.Owner, AudioHelpers.WithVariation(0.2f));
     }
 }
 protected override void PlaySound(SlipperyComponent component)
 {
     SoundSystem.Play(component.SlipSound.GetSound(), Filter.Pvs(component.Owner), component.Owner, AudioHelpers.WithVariation(0.2f));
 }
Exemple #3
0
 protected override void PlaySound(SlipperyComponent component)
 {
 }