From 109af8a8a6be90183cafd2cf2a4e59e445e9aedc Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期二, 08 七月 2025 23:07:38 +0800
Subject: [PATCH] 0312 生成dotween的asmdef,提供给main使用,去除DOTweenExtensions

---
 Main/Component/UI/Decorate/Tweens/TweenEx.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Main/Component/UI/Decorate/Tweens/Tween.cs b/Main/Component/UI/Decorate/Tweens/TweenEx.cs
similarity index 98%
rename from Main/Component/UI/Decorate/Tweens/Tween.cs
rename to Main/Component/UI/Decorate/Tweens/TweenEx.cs
index 4aa7a12..a973999 100644
--- a/Main/Component/UI/Decorate/Tweens/Tween.cs
+++ b/Main/Component/UI/Decorate/Tweens/TweenEx.cs
@@ -3,7 +3,7 @@
 using System;
 
 [RequireComponent(typeof(RectTransform))]
-public class Tween : MonoBehaviour
+public class TweenEx : MonoBehaviour
 {
     public TweenCurve curve;
     public Vector3 from;

--
Gitblit v1.8.0