summaryrefslogtreecommitdiff
path: root/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule_RectRotation.cs
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-05-28 20:00:48 +0800
committerchai <chaifix@163.com>2021-05-28 20:00:48 +0800
commit26e4dc3a35d9c778684388de1af8b3f288fe627d (patch)
treee791e224c2be0dcda69dda2211d213f946b3b2cc /Assets/UI_Extension/Scripts/Animation/Tween/TweenModule_RectRotation.cs
parent3bf862ea76d349c2aec1f71656dd6f41a82650e0 (diff)
*Tween
Diffstat (limited to 'Assets/UI_Extension/Scripts/Animation/Tween/TweenModule_RectRotation.cs')
-rw-r--r--Assets/UI_Extension/Scripts/Animation/Tween/TweenModule_RectRotation.cs16
1 files changed, 16 insertions, 0 deletions
diff --git a/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule_RectRotation.cs b/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule_RectRotation.cs
new file mode 100644
index 0000000..bc75cb5
--- /dev/null
+++ b/Assets/UI_Extension/Scripts/Animation/Tween/TweenModule_RectRotation.cs
@@ -0,0 +1,16 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class TweenRectRotation : MonoBehaviour {
+
+ // Use this for initialization
+ void Start () {
+
+ }
+
+ // Update is called once per frame
+ void Update () {
+
+ }
+}