diff options
author | chai <chaifix@163.com> | 2020-10-16 08:09:25 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-16 08:09:25 +0800 |
commit | 68f3823ddb10110c2abafb5f1aab2f3e6f3fa360 (patch) | |
tree | 3c58f81b652d7e9457082c671182a82d33a4562b /Assets/Scripts/Physics/HitBox.cs | |
parent | daab961407a24e1c4cd295d496e1bf809469f73a (diff) |
* ability system
* physics system
Diffstat (limited to 'Assets/Scripts/Physics/HitBox.cs')
-rw-r--r-- | Assets/Scripts/Physics/HitBox.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Assets/Scripts/Physics/HitBox.cs b/Assets/Scripts/Physics/HitBox.cs deleted file mode 100644 index a6337abd..00000000 --- a/Assets/Scripts/Physics/HitBox.cs +++ /dev/null @@ -1,8 +0,0 @@ -using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class HitBox : PhysicsBox
-{
-
-}
|