From 22891bf59032ba88262824255a706d652031384b Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 10 Mar 2022 14:07:40 +0800 Subject: * move folder --- .../Unit/Components/UnitAnimation/RobotAnimation.cs | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 Assets/Scripts/Unit/Components/UnitAnimation/RobotAnimation.cs (limited to 'Assets/Scripts/Unit/Components/UnitAnimation/RobotAnimation.cs') diff --git a/Assets/Scripts/Unit/Components/UnitAnimation/RobotAnimation.cs b/Assets/Scripts/Unit/Components/UnitAnimation/RobotAnimation.cs deleted file mode 100644 index a25f453e..00000000 --- a/Assets/Scripts/Unit/Components/UnitAnimation/RobotAnimation.cs +++ /dev/null @@ -1,18 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -public class RobotAnimation : MonoBehaviour -{ - // Start is called before the first frame update - void Start() - { - - } - - // Update is called once per frame - void Update() - { - - } -} -- cgit v1.1-26-g67d0