예제 #1
0
파일: Sound.cs 프로젝트: Playspal/TextQuest
 /// <summary>
 /// Initializes the Sound class.
 /// </summary>
 static Sound()
 {
     _audioPlayer = new AudioPlayer("SoundContainer");
     _audioPlayer.SetMute(Stash.Get(STASH_KEY_MUTE, false));
 }