diff options
author | chai <chaifix@163.com> | 2020-10-14 12:44:29 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-10-14 12:44:29 +0800 |
commit | dcaad8044384bce4f4358522108bf9a2481ee4e0 (patch) | |
tree | fb6cf33d05c66356b0c5d533e266aaa341210a3e /Assets/Scripts/Physics/HitBox.cs | |
parent | 4056f06baea18d3c5ae23c4a022fc6ae6b135bb2 (diff) |
*physics
Diffstat (limited to 'Assets/Scripts/Physics/HitBox.cs')
-rw-r--r-- | Assets/Scripts/Physics/HitBox.cs | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Assets/Scripts/Physics/HitBox.cs b/Assets/Scripts/Physics/HitBox.cs index 09e1f90a..a6337abd 100644 --- a/Assets/Scripts/Physics/HitBox.cs +++ b/Assets/Scripts/Physics/HitBox.cs @@ -2,17 +2,7 @@ using System.Collections.Generic;
using UnityEngine;
-public class AttackBox : MonoBehaviour
+public class HitBox : PhysicsBox
{
- // Start is called before the first frame update
- void Start()
- {
-
- }
- // Update is called once per frame
- void Update()
- {
-
- }
}
|