diff options
author | chai <chaifix@163.com> | 2021-09-03 17:57:48 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-09-03 17:57:48 +0800 |
commit | 09fe2bbb41e25e176ac26da56360899870ad80ec (patch) | |
tree | 6686741dbe067e21ca957488c4334a938da8e733 /Assets/Scripts/Unit/Components/UnitMovement.cs | |
parent | 0a4dd643234284db73735f78ece9c209b80a72d6 (diff) |
*misc
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() - { - - } + } |