Пример #1
0
 public void setLoopBGM(bool isLoop)
 {
     if (curBGMPlayer != null)
     {
         curBGMPlayer.setLoopBGM(isLoop);
     }
 }