diff options
Diffstat (limited to 'JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/FPSCharacterController.cs')
-rw-r--r-- | JamHelper/Assets/JamUtils/FPSControllerVelocity/Scripts/FPSCharacterController.cs | 2 |
1 files changed, 1 insertions, 1 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
{
// 第一人称角色控制
|