This commit is contained in:
PC-20230316NUNE\Administrator
2024-01-30 19:22:27 +08:00
parent 09db51f67b
commit a0c687b1ed
114 changed files with 18393 additions and 13605 deletions

View File

@@ -85,6 +85,7 @@ namespace Plugins.JNGame.Network
{
//发送消息
if(!_event.EventHandlers.ContainsKey($"{data.HId}")) return;
List<Delegate> funs = _event.EventHandlers[$"{data.HId}"];
funs.ForEach(fun =>
{