From 0019ec8507d0aeedebbeb7ac5fc66caee97d5c0d Mon Sep 17 00:00:00 2001 From: yyl <yyl> Date: 星期一, 26 五月 2025 15:55:03 +0800 Subject: [PATCH] 18 子 2D卡牌客户端搭建 / 2D卡牌客户端搭建 必备窗口更新&常用组件移植 --- Main/Component/UI/Decorate/Tweens/Tween.cs | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/Main/Component/UI/Decorate/Tweens/Tween.cs b/Main/Component/UI/Decorate/Tweens/Tween.cs index edfe4db..8b18ab9 100644 --- a/Main/Component/UI/Decorate/Tweens/Tween.cs +++ b/Main/Component/UI/Decorate/Tweens/Tween.cs @@ -2,8 +2,6 @@ using System.Collections; using System; -namespace vnxbqy.UI -{ [RequireComponent(typeof(RectTransform))] public class Tween : MonoBehaviour { @@ -232,5 +230,4 @@ PingPongOnce, } } -} -- Gitblit v1.8.0