public static void OnNextRace(object sender, EventArgs e) { Competition.AddPointsToParticipants(CurrentRace.finalScore); Competition.AddParticipantSpeedPerTrack(CurrentRace.Participants, CurrentRace.Track); }