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

31 lines
718 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace CircuitsV2.Protobuf
{
// Token: 0x02000106 RID: 262
[Token(Token = "0x20000B3")]
[StructLayout(3)]
public static class CircuitRootDataReflection
{
// Token: 0x170001F4 RID: 500
// (get) Token: 0x06000886 RID: 2182 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x170001F1")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000738")]
[Address(RVA = "0x9723B0", Offset = "0x970DB0", VA = "0x1809723B0")]
get
{
return null;
}
}
// Token: 0x04000387 RID: 903
[Token(Token = "0x40002D1")]
private static FileDescriptor descriptor;
}
}