Example #1
0
 protected override void StopConcurrentInstances()
 {
     if (soundEffect != null)
     {
         soundEffect.StopConcurrentInstances(this);
     }
 }