コード例 #1
0
ファイル: SoundEffectInstance.cs プロジェクト: tiomke/paradox
 protected override void StopConcurrentInstances()
 {
     if (soundEffect != null)
     {
         soundEffect.StopConcurrentInstances(this);
     }
 }