Example #1
0
 public void Reset()
 {
     carModelBehavior.StopSmoke();
     GetComponentInChildren <ParticleSystem>().Clear();
     crashed            = false;
     GotToGoal          = false;
     transform.position = initialPosition;
     transform.rotation = initalRotation;
     EngineLoopAudioSource.Play();
 }