Beispiel #1
0
 public void SetSong(Song song)
 {
     Song = song;
     VoiceTable.ClearCache();
     SoundMixer.Instance.Init(song.GetReverb());
 }
Beispiel #2
0
 internal static void SetSong(Song song)
 {
     Song = song;
     VoiceTable.ClearCache();
     SoundMixer.Init(song.GetReverb());
 }