Files
2026-04-08 23:40:05 +02:00

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
{
}
}