mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 11:00:32 +00:00
style: indent for readability
This commit is contained in:
parent
cf9f12d012
commit
4aa6b34d90
@ -9,9 +9,9 @@ public static class RpcProcessor
|
||||
|
||||
public static MethodDefinition ProcessRpcInvoke(TypeDefinition td, MethodDefinition md)
|
||||
{
|
||||
MethodDefinition rpc = new MethodDefinition(RpcPrefix + md.Name, MethodAttributes.Family |
|
||||
MethodAttributes.Static |
|
||||
MethodAttributes.HideBySig,
|
||||
MethodDefinition rpc = new MethodDefinition(
|
||||
RpcPrefix + md.Name,
|
||||
MethodAttributes.Family | MethodAttributes.Static | MethodAttributes.HideBySig,
|
||||
Weaver.voidType);
|
||||
|
||||
ILProcessor rpcWorker = rpc.Body.GetILProcessor();
|
||||
|
Loading…
Reference in New Issue
Block a user