Ejemplo n.º 1
0
 public bool IsPointReachedCheckpoint(Vector3 point)
 {
     return(CheckpointTrack.IsPointInCheckpoint(point));
 }