Beispiel #1
0
 static public void AUDIO_Fail()
 {
     if (m_audioSystem != null)
     {
         m_audioSystem.Fail();
     }
 }