mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Static classes
This commit is contained in:
parent
83f72e8598
commit
8d8c3f70f1
@ -3,7 +3,7 @@
|
||||
using Mono.Cecil.Cil;
|
||||
namespace Mirror.Weaver
|
||||
{
|
||||
public class RpcProcessor
|
||||
public static class RpcProcessor
|
||||
{
|
||||
public const string k_RpcPrefix = "InvokeRpc";
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
namespace Mirror.Weaver
|
||||
{
|
||||
public class SyncEventProcessor
|
||||
public static class SyncEventProcessor
|
||||
{
|
||||
public static MethodDefinition ProcessEventInvoke(TypeDefinition td, EventDefinition ed)
|
||||
{
|
||||
|
@ -4,7 +4,7 @@
|
||||
|
||||
namespace Mirror.Weaver
|
||||
{
|
||||
public class TargetRpcProcessor
|
||||
public static class TargetRpcProcessor
|
||||
{
|
||||
const string k_TargetRpcPrefix = "InvokeTargetRpc";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user