Example #1
0
 public static void PlayBGMusicByName(string name, bool looped = true)
 {
     Bard.PlayBGMusicByName(name, looped);
 }