void Start()
 {
     race.StartRace();
     actions.WarmUpAction();
     AudioManager.instance.Play(1);
 }