diff options
author | chai <chaifix@163.com> | 2018-07-21 15:53:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-21 15:53:42 +0800 |
commit | 44aaf888c6c713749a0f534cb25007cf23383b7e (patch) | |
tree | ddac4a03b608dea6d6ecf517dc324dec6f114c14 /EventMsgCenter/BroadcastCallBack.cs | |
parent | 3f8305af8a34bec5f1caa69dad9f537657242737 (diff) |
+Massage Center
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); +} |