summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/UILib/OnDropStartEventHandler.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/UILib/OnDropStartEventHandler.cs')
-rw-r--r--Client/Assets/Scripts/UILib/OnDropStartEventHandler.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/UILib/OnDropStartEventHandler.cs b/Client/Assets/Scripts/UILib/OnDropStartEventHandler.cs
new file mode 100644
index 00000000..9d76af95
--- /dev/null
+++ b/Client/Assets/Scripts/UILib/OnDropStartEventHandler.cs
@@ -0,0 +1,7 @@
+using System;
+using UnityEngine;
+
+namespace UILib
+{
+ public delegate void OnDropStartEventHandler(GameObject item);
+}