mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
style: use explicit type
This commit is contained in:
parent
7e50ceaa73
commit
b705b67b39
@ -94,7 +94,7 @@ public static MethodDefinition ProcessTargetRpcCall(TypeDefinition td, MethodDef
|
||||
if (!NetworkBehaviourProcessor.WriteArguments(rpcWorker, md, hasNetworkConnection))
|
||||
return null;
|
||||
|
||||
var rpcName = md.Name;
|
||||
string rpcName = md.Name;
|
||||
int index = rpcName.IndexOf(TargetRpcPrefix);
|
||||
if (index > -1)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user