Main/Component/UI/Decorate/PingPong/PingPongScale.cs @@ -1,7 +1,6 @@ using UnityEngine; using System.Collections; namespace vnxbqy.UI { public class PingPongScale:MonoBehaviour { public Transform reference; @@ -44,5 +43,4 @@ } } }