internal void PlayGameBGM() { if (!PlayerPrefsUtil.IsBgmOn()) { return; } if (!bgmAudioSource.isPlaying) { bgmAudioSource.Play(); } }