Exemplo n.º 1
0
 /// <summary>
 /// Updates the position tracker with the new checkpoint.
 /// </summary>
 public void UpdateCheckpointPosition(GameObject Racer, int checkpointNumber)
 {
     positionTracker.updateRacerCheckpoint(Racer.name, checkpointNumber);
 }