summaryrefslogtreecommitdiff
path: root/marching/Assets/Scripts/Physics/PhysicsManager.cs
diff options
context:
space:
mode:
authorchai <215380520@qq.com>2023-05-11 09:16:06 +0800
committerchai <215380520@qq.com>2023-05-11 09:16:06 +0800
commitb57d658d42b0cb55d4b63ca5da97177c0848d7e6 (patch)
tree0c8e91e99d6e4693c0bb9df83a3a41d508ccab05 /marching/Assets/Scripts/Physics/PhysicsManager.cs
parent72b89505c809b1c54184a3f60242412a82daad81 (diff)
*misc
Diffstat (limited to 'marching/Assets/Scripts/Physics/PhysicsManager.cs')
-rw-r--r--marching/Assets/Scripts/Physics/PhysicsManager.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/marching/Assets/Scripts/Physics/PhysicsManager.cs b/marching/Assets/Scripts/Physics/PhysicsManager.cs
index 1663410..0225443 100644
--- a/marching/Assets/Scripts/Physics/PhysicsManager.cs
+++ b/marching/Assets/Scripts/Physics/PhysicsManager.cs
@@ -8,7 +8,7 @@ public enum ColliderType
{
Collider,
Hurtbox,
- Hitbox,
+ //Hitbox,
}
public partial class PhysicsManager : Singleton<PhysicsManager>