From 26e4dc3a35d9c778684388de1af8b3f288fe627d Mon Sep 17 00:00:00 2001 From: chai Date: Fri, 28 May 2021 20:00:48 +0800 Subject: *Tween --- .../Scripts/Animation/Tween/TweenPosition.cs | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 Assets/UI_Extension/Scripts/Animation/Tween/TweenPosition.cs (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenPosition.cs') diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenPosition.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenPosition.cs deleted file mode 100644 index 2be1678..0000000 --- a/Assets/UI_Extension/Scripts/Animation/Tween/TweenPosition.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Collections; -using System.Collections.Generic; -using UnityEngine; - -namespace TweenAnimation -{ - public class TweenPosition : MonoBehaviour - { - - // Use this for initialization - void Start () { - - } - - // Update is called once per frame - void Update () { - - } - } -} -- cgit v1.1-26-g67d0