diff options
author | chai <chaifix@163.com> | 2022-02-20 17:38:43 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2022-02-20 17:38:43 +0800 |
commit | ea057c3128ee93a9c5ca606e39d547ee0cadb44f (patch) | |
tree | a4df4a1d9ff39ab7e610e16e7fc468d9b668b1e7 /JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/Player.cs | |
parent | 359e758911e3c29a789af60ba5ee208c8c7169d9 (diff) |
*rename
Diffstat (limited to 'JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/Player.cs')
-rw-r--r-- | JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/Player.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/Player.cs b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/Player.cs index 0e86a96..d2ef6d8 100644 --- a/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/Player.cs +++ b/JamHelper/Assets/JamUtils/FirstPersonCharacterController/Rigidbody/MoveByVelocity/Scripts/Player.cs @@ -2,7 +2,7 @@ using System.Collections; using System.Collections.Generic; using UnityEngine; -namespace JamUtils +namespace JamUtils.FirstPersonCharacterController.RigidbodyVelocity { public class Player : MonoBehaviour |