aboutsummaryrefslogtreecommitdiff
path: root/JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerWalkOnSlope.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2022-01-29 11:50:04 +0800
committerchai <chaifix@163.com>2022-01-29 11:50:04 +0800
commita5e5d7063a98de0554f7d021a3db33a9909fe306 (patch)
tree16a72495c289cf3fede414d5c661c9aa7e8ec85f /JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerWalkOnSlope.cs
parent60c2e26bc432273d41365165c5457db7e51aa03d (diff)
*misc
Diffstat (limited to 'JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerWalkOnSlope.cs')
-rw-r--r--JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerWalkOnSlope.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerWalkOnSlope.cs b/JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerWalkOnSlope.cs
deleted file mode 100644
index 9619eeb..0000000
--- a/JamHelper/Assets/JamTools/Scripts/Character/FirstPersonController/PlayerWalkOnSlope.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class PlayerWalkOnSlope : MonoBehaviour
-{
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
-}