yyl
2025-05-23 2fa304ada32e6d8a9444136e29d3fb5cefa77538
Main/Component/UI/Decorate/Tweens/UIAlphaTween.cs
@@ -7,8 +7,6 @@
using UnityEngine.UI;
using System;
namespace vnxbqy.UI
{
    
    [RequireComponent(typeof(CanvasGroup))]
    public class UIAlphaTween : MonoBehaviour
@@ -226,8 +224,5 @@
        }
    }
}