Main/System/GMCommand/MoveObj.cs
@@ -2,8 +2,6 @@ using UnityEngine; using UnityEngine.UI; namespace vnxbqy.UI { public class MoveObj : MonoBehaviour,IDragHandler,IBeginDragHandler,IEndDragHandler { private Vector3 vec3; @@ -50,5 +48,4 @@ Debug.Log(pos.x + "和" + pos.y); } } }