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