diff options
Diffstat (limited to 'Client/Assets/Scripts/XUtliPoolLib/SetRedpointUIHandler.cs')
-rw-r--r-- | Client/Assets/Scripts/XUtliPoolLib/SetRedpointUIHandler.cs | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Client/Assets/Scripts/XUtliPoolLib/SetRedpointUIHandler.cs b/Client/Assets/Scripts/XUtliPoolLib/SetRedpointUIHandler.cs new file mode 100644 index 00000000..386b590b --- /dev/null +++ b/Client/Assets/Scripts/XUtliPoolLib/SetRedpointUIHandler.cs @@ -0,0 +1,7 @@ +using System;
+using UnityEngine;
+
+namespace XUtliPoolLib
+{
+ public delegate void SetRedpointUIHandler(GameObject go);
+}
|