From ae90ac282a4c16eaf1dc451fb130aa9d6bf14f64 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 10 May 2021 18:00:02 +0800 Subject: -remove --- EventMsgCenter/BaseSend.cs | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 EventMsgCenter/BaseSend.cs (limited to 'EventMsgCenter/BaseSend.cs') diff --git a/EventMsgCenter/BaseSend.cs b/EventMsgCenter/BaseSend.cs deleted file mode 100644 index b240e57..0000000 --- a/EventMsgCenter/BaseSend.cs +++ /dev/null @@ -1,39 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; - -namespace Assets.Scripts.Tools.EventMsgCenter -{ - class BaseSend - where MsgCenter : class, new() - { - private Dictionary> _broadcastTable = new Dictionary>(); - - public void BaseRegisterMsg(EventType e, BroadcastCallBack callback, bool addfirst = false) - { - - } - - public void BaseUnRegisterMsg(EventType e, BroadcastCallBack callback) - { - - } - - public void BaseUnRegisterAllMsg(EventType e) - { - - } - - public void BaseUnRegisterAllMsg() - { - - } - - public void BaseSendMsg(EventType e, params object[] objs) - { - - } - - } -} -- cgit v1.1-26-g67d0