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: 0x02000127 RID: 295
[Token(Token = "0x20000C8")]
[StructLayout(3)]
public static class DeprecatedNullableBytesReflection
{
// Token: 0x1700023E RID: 574
// (get) Token: 0x060009A5 RID: 2469 RVA: 0x00002098 File Offset: 0x00000298
[Token(Token = "0x1700023B")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000833")]
[Address(RVA = "0x7A6170", Offset = "0x7A4B70", VA = "0x1807A6170")]
get
{
return null;
}
}
// Token: 0x040003ED RID: 1005
[Token(Token = "0x400032B")]
private static FileDescriptor descriptor;
}
}