예제 #1
0
 public static void Play(QuadMistSoundID type)
 {
     FF9Snd.ff9minisnd_sndeffect_play(SoundEffect.soundIdMap[type], 0, 127, 128);
 }
예제 #2
0
 public static void Stop(QuadMistSoundID type)
 {
     FF9Snd.ff9minisnd_sndeffect_stop(SoundEffect.soundIdMap[type], 0);
 }