Esempio n. 1
0
    public void Play()
    {
        AudioHelper.resetAudio();

        if (SongLoader.SelectedTitle != null)
        {
            if (SongLoader.SelectedTitle.name == gameObject.name)
            {
                songSelect.LoadSong(ChartLocation, type);
                return;
            }
        }
        StartCoroutine(SelectSong());
    }
 public void Play()
 {
     songSelect.LoadSong(fileInfo);
 }