l
This commit is contained in:
31
Assets/Scripts/Unused/LapTimer.cs
Normal file
31
Assets/Scripts/Unused/LapTimer.cs
Normal file
@@ -0,0 +1,31 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class LapTimer : MonoBehaviour
|
||||
{
|
||||
// public List<float> times;
|
||||
// private bool startTime = false;
|
||||
|
||||
|
||||
// private void OnTriggerEnter(Collider other) {
|
||||
|
||||
// if (startTime)
|
||||
// {
|
||||
// startTime = false;
|
||||
// print(time);
|
||||
// } else {
|
||||
// startTime = true;
|
||||
// }
|
||||
|
||||
|
||||
// }
|
||||
|
||||
|
||||
// void FixedUpdate()
|
||||
// {
|
||||
|
||||
// time +=1;
|
||||
|
||||
// }
|
||||
}
|
||||
Reference in New Issue
Block a user