From 6eb915c129fc90c6f4c82ae097dd6ffad5239efc Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Jan 2021 14:28:30 +0800 Subject: +scripts --- Client/Assets/Scripts/XUtliPoolLib/DebugHandler.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Client/Assets/Scripts/XUtliPoolLib/DebugHandler.cs (limited to 'Client/Assets/Scripts/XUtliPoolLib/DebugHandler.cs') diff --git a/Client/Assets/Scripts/XUtliPoolLib/DebugHandler.cs b/Client/Assets/Scripts/XUtliPoolLib/DebugHandler.cs new file mode 100644 index 00000000..9e54feda --- /dev/null +++ b/Client/Assets/Scripts/XUtliPoolLib/DebugHandler.cs @@ -0,0 +1,6 @@ +using System; + +namespace XUtliPoolLib +{ + public delegate void DebugHandler(XGameObject gameObject, XEngineCommand command, string str, int id); +} -- cgit v1.1-26-g67d0