From 5f9bce715954b5b6e2db1168f0a065cce23f5519 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 5 Aug 2021 17:32:37 +0800 Subject: *misc --- Assets/Scripts/Unit/Component/UnitCollider.cs | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'Assets/Scripts/Unit/Component/UnitCollider.cs') 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() - { - - } } -- cgit v1.1-26-g67d0