Exemple #1
0
 public void Update()
 {
     if (m_MusicCurrentlyPlaying != null)
     {
         m_MusicCurrentlyPlaying.Update();
     }
 }