From 09fe2bbb41e25e176ac26da56360899870ad80ec Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 3 Sep 2021 17:57:48 +0800 Subject: *misc --- Assets/Scripts/Unit/Components/UnitMovement.cs | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'Assets/Scripts/Unit/Components/UnitMovement.cs') diff --git a/Assets/Scripts/Unit/Components/UnitMovement.cs b/Assets/Scripts/Unit/Components/UnitMovement.cs index 8c668c50..cb1df193 100644 --- a/Assets/Scripts/Unit/Components/UnitMovement.cs +++ b/Assets/Scripts/Unit/Components/UnitMovement.cs @@ -2,17 +2,8 @@ using System.Collections.Generic; using UnityEngine; -public class UnitMovement : MonoBehaviour +public class UnitMovement : UnitComponent { - // Start is called before the first frame update - void Start() - { - - } - // Update is called once per frame - void Update() - { - - } + } -- cgit v1.1-26-g67d0