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