mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交
This commit is contained in:
@@ -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 =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user