summaryrefslogtreecommitdiff
path: root/EventMsgCenter/BroadcastCallBack.cs
blob: 019f434b36e1d820a69acef6311645297111afb9 (plain)
1
2
3
4
5
6
7
8
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);
}