summaryrefslogtreecommitdiff
path: root/EventMsgCenter/BroadcastCallBack.cs
diff options
context:
space:
mode:
Diffstat (limited to 'EventMsgCenter/BroadcastCallBack.cs')
-rw-r--r--EventMsgCenter/BroadcastCallBack.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/EventMsgCenter/BroadcastCallBack.cs b/EventMsgCenter/BroadcastCallBack.cs
deleted file mode 100644
index 019f434..0000000
--- a/EventMsgCenter/BroadcastCallBack.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-using System;
-using System.Collections.Generic;
-using System.Linq;
-using System.Text;
-
-namespace Assets.Scripts.Tools.EventMsgCenter
-{
- public delegate void BroadcastCallBack(params object[] objs);
-}