示例#1
0
 static public void AUDIO_Pickup()
 {
     if (m_audioSystem != null)
     {
         m_audioSystem.Pickup();
     }
 }