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

31 lines
717 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace CircuitsV2.Protobuf
{
// Token: 0x02000169 RID: 361
[Token(Token = "0x20000EE")]
[StructLayout(3)]
public static class NodeGroupDataReflection
{
// Token: 0x170002DC RID: 732
// (get) Token: 0x06000C0D RID: 3085 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x170002D9")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000A4D")]
[Address(RVA = "0x957E50", Offset = "0x956850", VA = "0x180957E50")]
get
{
return null;
}
}
// Token: 0x040004C4 RID: 1220
[Token(Token = "0x40003E5")]
private static FileDescriptor descriptor;
}
}