yyl
2025-06-09 b9751b2f076ee050fe5b685e91ae4fc4469b1015
Main/Component/UI/Decorate/Tweens/RotationTween.cs
@@ -1,8 +1,6 @@
using UnityEngine;
using System.Collections;
namespace vnxbqy.UI
{
    public class RotationTween : Tween
    {
@@ -36,6 +34,5 @@
        {
            base.UpdateVector3();
            this.transform.localEulerAngles = CalculateVector3();
        }
    }
}