From ea057c3128ee93a9c5ca606e39d547ee0cadb44f Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 20 Feb 2022 17:38:43 +0800 Subject: *rename --- .../MoveByVelocity/Scripts/StairChecker.cs | 32 +++++++++++++--------- 1 file changed, 19 insertions(+), 13 deletions(-) (limited to 'JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs') diff --git a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs index fe00366..c4a7bee 100644 --- a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs +++ b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/StairChecker.cs @@ -2,18 +2,24 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -public class StairChecker : MonoBehaviour + +namespace JamUtils.FirstPersonCharacterController.RigidbodyVelocity { - public Transform upper; - public Transform lower; - - void Start() - { - - } - - void Update() - { - - } + + public class StairChecker : MonoBehaviour + { + public Transform upper; + public Transform lower; + + void Start() + { + + } + + void Update() + { + + } + } + } -- cgit v1.1-26-g67d0