aboutsummaryrefslogtreecommitdiff
path: root/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts')
-rw-r--r--JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/FPSCharacterController.cs2
-rw-r--r--JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/GroundChecker.cs2
-rw-r--r--JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/MainCameraFollow.cs2
-rw-r--r--JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/Player.cs2
-rw-r--r--JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/WallChecker.cs2
5 files changed, 5 insertions, 5 deletions
diff --git a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/FPSCharacterController.cs b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/FPSCharacterController.cs
index 3884a26..cf8928d 100644
--- a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/FPSCharacterController.cs
+++ b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/FPSCharacterController.cs
@@ -3,7 +3,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
-namespace JamTools
+namespace JamUtils
{
// 第一人称角色控制
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
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))]
diff --git a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/Player.cs b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/Player.cs
index f26d6ce..83454d1 100644
--- a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/Player.cs
+++ b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/Player.cs
@@ -2,7 +2,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
-namespace JamTools
+namespace JamUtils
{
public class Player : MonoBehaviour
diff --git a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/WallChecker.cs b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/WallChecker.cs
index 8137670..423dcf6 100644
--- a/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/WallChecker.cs
+++ b/JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/WallChecker.cs
@@ -2,7 +2,7 @@ using System.Collections;
using System.Collections.Generic;
using UnityEngine;
-namespace JamTools
+namespace JamUtils
{