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