Beispiel #1
0
 public void finishedLap()
 {
     Debug.Log("Lap finished!");
     lapManager.Lap(currentLap, this);
 }