From 68f3823ddb10110c2abafb5f1aab2f3e6f3fa360 Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 16 Oct 2020 08:09:25 +0800 Subject: * ability system * physics system --- Assets/Scripts/Physics/HurtBox.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Assets/Scripts/Physics/HurtBox.cs (limited to 'Assets/Scripts/Physics/HurtBox.cs') diff --git a/Assets/Scripts/Physics/HurtBox.cs b/Assets/Scripts/Physics/HurtBox.cs deleted file mode 100644 index c7fd97bd..00000000 --- a/Assets/Scripts/Physics/HurtBox.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class HurtBox : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - - } -} -- cgit v1.1-26-g67d0