Exemplo n.º 1
0
        public override void PlaySound(GenericAudioFile _f)
        {
            if (closing)
            {
                return;
            }
            var f = (FMODCoreFile)_f;

            system.PlaySound(f.snd);
        }
Exemplo n.º 2
0
 public override void PlaySound(GenericAudioFile f)
 {
     return;
 }