summaryrefslogtreecommitdiff
path: root/Assets/Scripts/Tween/TweenAlongYAxis.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-10-18 16:13:36 +0800
committerchai <chaifix@163.com>2020-10-18 16:13:36 +0800
commit08f9a5eae6739e4070f4db7b298e2b34016ea4f4 (patch)
tree49edc3ac2afea7aa78d6c384b279b0beb9f23a34 /Assets/Scripts/Tween/TweenAlongYAxis.cs
parent3e8ab8f4b98086e9a1a4b2fd1221e86e9abceea4 (diff)
+环境模型
Diffstat (limited to 'Assets/Scripts/Tween/TweenAlongYAxis.cs')
-rw-r--r--Assets/Scripts/Tween/TweenAlongYAxis.cs18
1 files changed, 18 insertions, 0 deletions
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()
+ {
+
+ }
+}