From ea057c3128ee93a9c5ca606e39d547ee0cadb44f Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 20 Feb 2022 17:38:43 +0800 Subject: *rename --- .../Rigidbody/MoveByVelocity/Scripts/GroundChecker.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/GroundChecker.cs') diff --git a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/GroundChecker.cs b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/GroundChecker.cs index 279786d..2b2d282 100644 --- a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/GroundChecker.cs +++ b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/GroundChecker.cs @@ -2,7 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -namespace JamUtils +namespace JamUtils.FirstPersonCharacterController.RigidbodyVelocity { public class GroundChecker : MonoBehaviour -- cgit v1.1-26-g67d0