yyl
2025-06-09 b9751b2f076ee050fe5b685e91ae4fc4469b1015
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);
        }
    }
}