using System; using System.Runtime.InteropServices; using Cpp2IlInjected; namespace RecRoom.Networking.RPC { // Token: 0x02000017 RID: 23 [Token(Token = "0x2000017")] [AttributeUsage(AttributeTargets.Method)] [StructLayout(3)] public class RPCMethod : Attribute { // Token: 0x06000049 RID: 73 RVA: 0x00002050 File Offset: 0x00000250 [Token(Token = "0x6000049")] [Address(RVA = "0x3D4170", Offset = "0x3D2B70", VA = "0x1803D4170")] public RPCMethod() { } } }