Exemple #1
0
 /// <summary>
 /// 停止所有正在加载的声音。
 /// </summary>
 public void StopAllLoadingSounds()
 {
     m_SoundMethods.StopAllLoadingSounds();
 }