예제 #1
0
 public void LoadSoundEffect(string language, ContentManager content)
 {
     SoundEffect = FlashCard.LoadSoundEffect(language, content);
 }