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

31 lines
714 B
C#

using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace CircuitsV2.Protobuf
{
// Token: 0x0200014F RID: 335
[Token(Token = "0x20000DE")]
[StructLayout(3)]
public static class InNodeDataReflection
{
// Token: 0x17000295 RID: 661
// (get) Token: 0x06000B0A RID: 2826 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x17000292")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000968")]
[Address(RVA = "0x7B09F0", Offset = "0x7AF3F0", VA = "0x1807B09F0")]
get
{
return null;
}
}
// Token: 0x04000461 RID: 1121
[Token(Token = "0x400038C")]
private static FileDescriptor descriptor;
}
}