mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
NetworkBehaviour.Invoker: removed unused DebugString function
This commit is contained in:
parent
c1f510882d
commit
58528e5179
@ -198,11 +198,6 @@ protected class Invoker
|
|||||||
public UNetInvokeType invokeType;
|
public UNetInvokeType invokeType;
|
||||||
public Type invokeClass;
|
public Type invokeClass;
|
||||||
public CmdDelegate invokeFunction;
|
public CmdDelegate invokeFunction;
|
||||||
|
|
||||||
public string DebugString()
|
|
||||||
{
|
|
||||||
return invokeType + ":" + invokeClass + ":" + invokeFunction.GetMethodName();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static Dictionary<int, Invoker> s_CmdHandlerDelegates = new Dictionary<int, Invoker>();
|
static Dictionary<int, Invoker> s_CmdHandlerDelegates = new Dictionary<int, Invoker>();
|
||||||
|
Loading…
Reference in New Issue
Block a user