Exemple #1
0
 //When a sound is played
 public void Sound(Sound sound)
 {
     Sound (sound.GetPosition (), sound.GetVolume ());
 }