diff options
Diffstat (limited to 'Assets/Scripts/Unit/Components/UnitMovement.cs')
-rw-r--r-- | Assets/Scripts/Unit/Components/UnitMovement.cs | 13 |
1 files changed, 2 insertions, 11 deletions
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() - { - - } + } |