summaryrefslogtreecommitdiff
path: root/Client/Assets/Scripts/XMainClient/ILuaNetEventData.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assets/Scripts/XMainClient/ILuaNetEventData.cs')
-rw-r--r--Client/Assets/Scripts/XMainClient/ILuaNetEventData.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XMainClient/ILuaNetEventData.cs b/Client/Assets/Scripts/XMainClient/ILuaNetEventData.cs
new file mode 100644
index 00000000..217bd665
--- /dev/null
+++ b/Client/Assets/Scripts/XMainClient/ILuaNetEventData.cs
@@ -0,0 +1,9 @@
+using System;
+
+namespace XMainClient
+{
+ public interface ILuaNetEventData
+ {
+ LuaNetNode node { get; set; }
+ }
+}