diff options
author | chai <215380520@qq.com> | 2023-05-11 09:16:06 +0800 |
---|---|---|
committer | chai <215380520@qq.com> | 2023-05-11 09:16:06 +0800 |
commit | b57d658d42b0cb55d4b63ca5da97177c0848d7e6 (patch) | |
tree | 0c8e91e99d6e4693c0bb9df83a3a41d508ccab05 /marching/Assets/Scripts/Physics/PhysicsManager.cs | |
parent | 72b89505c809b1c54184a3f60242412a82daad81 (diff) |
*misc
Diffstat (limited to 'marching/Assets/Scripts/Physics/PhysicsManager.cs')
-rw-r--r-- | marching/Assets/Scripts/Physics/PhysicsManager.cs | 2 |
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> |