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: 0x02000188 RID: 392
[Token(Token = "0x2000102")]
[StructLayout(3)]
public static class PropertyNodeDataReflection
{
// Token: 0x17000324 RID: 804
// (get) Token: 0x06000D17 RID: 3351 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x17000321")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000B36")]
[Address(RVA = "0xC972F0", Offset = "0xC95CF0", VA = "0x180C972F0")]
get
{
return null;
}
}
// Token: 0x0400052F RID: 1327
[Token(Token = "0x4000445")]
private static FileDescriptor descriptor;
}
}