Example #1
0
 public void PlaySound(SoundName soundName)
 {
     _view.PlaySound(soundName);
 }