yyl
2025-06-09 b9751b2f076ee050fe5b685e91ae4fc4469b1015
Main/Component/UI/Decorate/PingPong/PingPongRotation.cs
@@ -1,7 +1,7 @@
using UnityEngine;
using System.Collections;
namespace vnxbqy.UI {
    public class PingPongRotation:MonoBehaviour {
        public Transform reference;
@@ -43,5 +43,4 @@
            this.transform.localEulerAngles = new Vector3(x,y,z);
        }
    }
}