Files
Jan2021-Cpp2Il-Dump/RecRoom.Circuitsv2.Runtime/CircuitsV2/Protobuf/RpcTargetReflection.cs
T
2026-04-08 23:40:05 +02:00

31 lines
713 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace CircuitsV2.Protobuf
{
// Token: 0x0200018B RID: 395
[Token(Token = "0x2000104")]
[StructLayout(3)]
public static class RpcTargetReflection
{
// Token: 0x17000329 RID: 809
// (get) Token: 0x06000D2D RID: 3373 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x17000326")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000B49")]
[Address(RVA = "0xCA1A40", Offset = "0xCA0440", VA = "0x180CA1A40")]
get
{
return null;
}
}
// Token: 0x04000534 RID: 1332
[Token(Token = "0x4000449")]
private static FileDescriptor descriptor;
}
}