Jidongchen 3 năm trước cách đây
mục cha
commit
6e3d4d0493
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      Assets/GameMain/Scripts/UI/UICustomDrag.cs

+ 1 - 0
Assets/GameMain/Scripts/UI/UICustomDrag.cs

@@ -14,6 +14,7 @@ namespace MetaClient
         }
         public void OnDrag(PointerEventData eventData)
         {
+            //CustomManager.Instance
             Debug.Log(eventData.delta.x + "");
         }
         public void OnBeginDrag(PointerEventData eventData)