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