Beispiel #1
0
 public static void PlayBGMusicByIndex(int index, bool looped = true)
 {
     Bard.PlayBGMusicByIndex(index, looped);
 }