using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace Assets.Scripts.Tools.EventMsgCenter { public delegate void BroadcastCallBack(params object[] objs); }