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);
        }
    }
}