Beispiel #1
0
 void Start()
 {
     raceController = FindObjectOfType <RaceController>();
     raceController.AddRacer(gameObject);
 }