Skip to content

Commit ed7ca04

Browse files
committed
[删除]1. 删除自定义错误事件
1 parent c14019b commit ed7ca04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Runtime/Network/Network/NetworkManager.NetworkChannelBase.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ protected bool PActive
8585
public Action<NetworkChannelBase, bool> NetworkChannelActiveChanged;
8686
public Action<NetworkChannelBase, int> NetworkChannelMissHeartBeat;
8787
public Action<NetworkChannelBase, NetworkErrorCode, SocketError, string> NetworkChannelError;
88-
public Action<NetworkChannelBase, object> NetworkChannelCustomError;
8988

9089
/// <summary>
9190
/// 初始化网络频道基类的新实例。

0 commit comments

Comments
 (0)