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: 0x0200010E RID: 270
[Token(Token = "0x20000B9")]
[StructLayout(3)]
public static class CircuitTemplateRootDataReflection
{
// Token: 0x17000204 RID: 516
// (get) Token: 0x060008BE RID: 2238 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x17000201")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x600076A")]
[Address(RVA = "0x974740", Offset = "0x973140", VA = "0x180974740")]
get
{
return null;
}
}
// Token: 0x040003A1 RID: 929
[Token(Token = "0x40002E9")]
private static FileDescriptor descriptor;
}
}