Пример #1
0
 public bool isPlayingBGM()
 {
     return(curBGMPlayer != null?curBGMPlayer.isPlaying() : false);
 }