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