예제 #1
0
 public void PlayArticleSound(uint soundIndex, Dictionary.ISoundPlayer soundPlayer)
 {
     _articleService.PlayInternalSound(soundIndex, soundPlayer);
 }
예제 #2
0
 public void PlaySound(Dictionary.ListItemIndex itemIndex, Dictionary.ISoundPlayer soundPlayer)
 {
     _articleService.PlaySound(itemIndex, soundPlayer);
 }