From 08f9a5eae6739e4070f4db7b298e2b34016ea4f4 Mon Sep 17 00:00:00 2001 From: chai Date: Sun, 18 Oct 2020 16:13:36 +0800 Subject: =?UTF-8?q?+=E7=8E=AF=E5=A2=83=E6=A8=A1=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Tween/TweenAlongYAxis.cs | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 Assets/Scripts/Tween/TweenAlongYAxis.cs (limited to 'Assets/Scripts/Tween/TweenAlongYAxis.cs') diff --git a/Assets/Scripts/Tween/TweenAlongYAxis.cs b/Assets/Scripts/Tween/TweenAlongYAxis.cs new file mode 100644 index 00000000..d5748245 --- /dev/null +++ b/Assets/Scripts/Tween/TweenAlongYAxis.cs @@ -0,0 +1,18 @@ +using System.Collections; +using System.Collections.Generic; +using UnityEngine; + +public class TweenAlongYAxis : MonoBehaviour +{ + // Start is called before the first frame update + void Start() + { + + } + + // Update is called once per frame + void Update() + { + + } +} -- cgit v1.1-26-g67d0