This commit is contained in:
niko
2026-04-08 23:40:05 +02:00
parent d6894bcbc7
commit 18dc73f922
7750 changed files with 1795369 additions and 0 deletions
@@ -0,0 +1,30 @@
using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace CircuitsV2.Protobuf
{
// Token: 0x0200015B RID: 347
[Token(Token = "0x20000E6")]
[StructLayout(3)]
public static class NodeConnectionDataReflection
{
// Token: 0x170002AD RID: 685
// (get) Token: 0x06000B6A RID: 2922 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x170002AA")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x60009BC")]
[Address(RVA = "0x952F10", Offset = "0x951910", VA = "0x180952F10")]
get
{
return null;
}
}
// Token: 0x0400047D RID: 1149
[Token(Token = "0x40003A4")]
private static FileDescriptor descriptor;
}
}