Exemplo n.º 1
0
 /// <summary>
 /// 插入非固定背景音乐
 /// </summary>
 public void InsertPlayBGM(string name)
 {
     mySoundPlayer.InsertPlayBGM(name);
 }