aboutsummaryrefslogtreecommitdiff
path: root/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/StairChecker.cs
diff options
context:
space:
mode:
Diffstat (limited to 'JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/StairChecker.cs')
-rw-r--r--JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/StairChecker.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/StairChecker.cs b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/StairChecker.cs
deleted file mode 100644
index d5b881e..0000000
--- a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/StairChecker.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class StairChecker : MonoBehaviour
-{
- public Transform upper;
- public Transform lower;
-
- void Start()
- {
-
- }
-
- void Update()
- {
-
- }
-}