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: 0x020000FA RID: 250
[Token(Token = "0x20000AC")]
[StructLayout(3)]
public static class CircuitNodeDataReflection
{
// Token: 0x170001C0 RID: 448
// (get) Token: 0x060007E5 RID: 2021 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x170001BD")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x60006A6")]
[Address(RVA = "0x96DC20", Offset = "0x96C620", VA = "0x18096DC20")]
get
{
return null;
}
}
// Token: 0x04000332 RID: 818
[Token(Token = "0x4000281")]
private static FileDescriptor descriptor;
}
}