예제 #1
0
 // BGM再生確認メソッド
 public bool IsPlayBGM()
 {
     return(bgmPlayer.IsPlay());
 }