summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Physics/DefendBox.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-10-16 08:09:25 +0800
committerchai <chaifix@163.com>2020-10-16 08:09:25 +0800
commit68f3823ddb10110c2abafb5f1aab2f3e6f3fa360 (patch)
tree3c58f81b652d7e9457082c671182a82d33a4562b /Assets/Scripts/Physics/DefendBox.cs
parentdaab961407a24e1c4cd295d496e1bf809469f73a (diff)
* ability system
* physics system
Diffstat (limited to 'Assets/Scripts/Physics/DefendBox.cs')
-rw-r--r--Assets/Scripts/Physics/DefendBox.cs18
1 files changed, 0 insertions, 18 deletions
diff --git a/Assets/Scripts/Physics/DefendBox.cs b/Assets/Scripts/Physics/DefendBox.cs
deleted file mode 100644
index 730fe640..00000000
--- a/Assets/Scripts/Physics/DefendBox.cs
+++ /dev/null
@@ -1,18 +0,0 @@
-using System.Collections;
-using System.Collections.Generic;
-using UnityEngine;
-
-public class DefendBox : MonoBehaviour
-{
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- // Update is called once per frame
- void Update()
- {
-
- }
-}