Example #1
0
 public void DisableSource(IMixedSoundProvider source)
 {
     SoundProviders.Remove(source);
 }
Example #2
0
 public void AddSource(IMixedSoundProvider source)
 {
     SoundProviders.Add(source);
 }