コード例 #1
0
ファイル: SFXPlayer.cs プロジェクト: MadDevX/IntoTheHive
 private void OnHit(Collider2D collider2D)
 {
     _soundProvider.PlayHitSound();
 }