diff options
Diffstat (limited to 'JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/MainCameraFollow.cs')
-rw-r--r-- | JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/MainCameraFollow.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/MainCameraFollow.cs b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/MainCameraFollow.cs index 87d1fe5..e310715 100644 --- a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/MainCameraFollow.cs +++ b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/MainCameraFollow.cs @@ -2,7 +2,7 @@ using System.Collections; using System.Collections.Generic;
using UnityEngine;
-namespace JamTools
+namespace JamUtils
{
[RequireComponent(typeof(Camera))]
|