diff options
Diffstat (limited to 'JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/GroundChecker.cs')
-rw-r--r-- | JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/GroundChecker.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/GroundChecker.cs b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/GroundChecker.cs index a0bd4eb..5e27a02 100644 --- a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/GroundChecker.cs +++ b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/GroundChecker.cs @@ -2,7 +2,7 @@ using System.Collections; using System.Collections.Generic;
using UnityEngine;
-namespace JamTools
+namespace JamUtils
{
public class GroundChecker : MonoBehaviour
|