public virtual void OnRacerExplodes(Racer racer)
        {

        }
 public bool CollidesWith(Racer other)
 {
     return Random.value > .5f;
 }