14 lines
229 B
C#
14 lines
229 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace RecRoom.Networking.RPC
|
|
{
|
|
// Token: 0x02000002 RID: 2
|
|
[Token(Token = "0x2000002")]
|
|
[StructLayout(3)]
|
|
public interface IRPCHandler
|
|
{
|
|
}
|
|
}
|