Example #1
0
 public void Play(SoundInstance soundInstance, int polyphony)
 {
     AddInstance(soundInstance, polyphony);
 }
Example #2
0
 public SoundInstanceInternal(SoundInstance instance)
 {
     this.instance = instance;
 }