Main/Component/UI/Decorate/PingPong/PingPongMove.cs
@@ -1,7 +1,6 @@ using UnityEngine; using System.Collections; namespace vnxbqy.UI { public class PingPongMove:MonoBehaviour { public Transform reference; @@ -43,5 +42,4 @@ this.transform.localPosition = new Vector3(x,y,z); } } }