コード例 #1
0
 // Play background music
 protected IEnumerator PlaySong(int id)
 {
     MusicHandler.PlaySong(id);
     yield return(null);
 }