From 0d7482d5a0e8bf082abfb4b5bfbfee03597cdc3a Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期四, 25 二月 2021 15:43:08 +0800
Subject: [PATCH] 9527 去掉xlua

---
 UI/Common/UIDragDropBehaviour.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/UI/Common/UIDragDropBehaviour.cs b/UI/Common/UIDragDropBehaviour.cs
index fcde6d8..f09c8c1 100644
--- a/UI/Common/UIDragDropBehaviour.cs
+++ b/UI/Common/UIDragDropBehaviour.cs
@@ -1,10 +1,10 @@
 锘縰sing System;
-using System.Collections;
-using System.Collections.Generic;
+using System.Collections;
+using System.Collections.Generic;
 using UnityEngine;
 using UnityEngine.EventSystems;
 
-[XLua.LuaCallCSharp]
+
 public class UIDragDropBehaviour : MonoBehaviour, IPointerDownHandler, IPointerUpHandler, IPointerExitHandler, IPointerEnterHandler
 {
     public static bool draging = false;
@@ -81,4 +81,4 @@
         }
     }
 }
-
+

--
Gitblit v1.8.0