/// <summary>
 /// Called when the Song is finished
 /// Receive a SongFinished struct with info on the play data for that session
 /// </summary>
 public void OnSongFinished(SongFinishedData songFinishedData)
 {
     ModEventViewer.PrintToLog("Total points scored " + songFinishedData.points);
     ModEventViewer.PrintToLog("was perfect " + songFinishedData.wasPerfect);
     ModEventViewer.PrintToLog("Finished " + songFinishedData.trackData.name);
 }
Exemplo n.º 2
0
 public void OnSongFinished(SongFinishedData songFinishedData)
 {
 }
Exemplo n.º 3
0
 public void OnSongFinished(SongFinishedData songFinishedData)
 {
     //throw new System.NotImplementedException();
 }