From dcaad8044384bce4f4358522108bf9a2481ee4e0 Mon Sep 17 00:00:00 2001 From: chai Date: Wed, 14 Oct 2020 12:44:29 +0800 Subject: *physics --- Assets/Scripts/Physics/HitBox.cs | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Assets/Scripts/Physics/HitBox.cs') 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() - { - - } } -- cgit v1.1-26-g67d0