diff options
Diffstat (limited to 'JamHelper/Assets/JamUtils/Scripts/Utils/ColliderUtility.cs')
-rw-r--r-- | JamHelper/Assets/JamUtils/Scripts/Utils/ColliderUtility.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/JamHelper/Assets/JamUtils/Scripts/Utils/ColliderUtility.cs b/JamHelper/Assets/JamUtils/Scripts/Utils/ColliderUtility.cs index 3efe155..8c8225c 100644 --- a/JamHelper/Assets/JamUtils/Scripts/Utils/ColliderUtility.cs +++ b/JamHelper/Assets/JamUtils/Scripts/Utils/ColliderUtility.cs @@ -2,7 +2,7 @@ using System; using System.Collections.Generic;
using UnityEngine;
-namespace JamTools
+namespace JamUtils
{
public static class ColliderUtility
|