diff options
author | chai <chaifix@163.com> | 2021-08-05 17:32:37 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-08-05 17:32:37 +0800 |
commit | 5f9bce715954b5b6e2db1168f0a065cce23f5519 (patch) | |
tree | c1956cb496731a1e5b396c9d878a333b442d7d80 /Assets/Scripts/Unit/Component/UnitCollider.cs | |
parent | ee5bab88ccb538782943979eaa3f3d3746a5e6b7 (diff) |
*misc
Diffstat (limited to 'Assets/Scripts/Unit/Component/UnitCollider.cs')
-rw-r--r-- | Assets/Scripts/Unit/Component/UnitCollider.cs | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Assets/Scripts/Unit/Component/UnitCollider.cs b/Assets/Scripts/Unit/Component/UnitCollider.cs index 46b79f26..78757706 100644 --- a/Assets/Scripts/Unit/Component/UnitCollider.cs +++ b/Assets/Scripts/Unit/Component/UnitCollider.cs @@ -3,17 +3,7 @@ using System.Collections.Generic; using UnityEngine;
[DisallowMultipleComponent]
-public class UnitCollider : MonoBehaviour
+public class UnitCollider : UnitComponent
{
- // Start is called before the first frame update
- void Start()
- {
-
- }
- // Update is called once per frame
- void Update()
- {
-
- }
}
|