This commit is contained in:
niko
2026-04-10 22:50:51 +02:00
parent 6d1607d5a2
commit f18d448581
17033 changed files with 2863270 additions and 0 deletions
@@ -0,0 +1,28 @@
using System;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace Google.Protobuf.WellKnownTypes
{
// Token: 0x02000028 RID: 40
[Token(Token = "0x2000028")]
public static class SourceContextReflection
{
// Token: 0x17000029 RID: 41
// (get) Token: 0x0600015A RID: 346 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x17000029")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x600015A")]
[Address(RVA = "0x6AA080", Offset = "0x6A8E80", VA = "0x1806AA080")]
get
{
return null;
}
}
// Token: 0x0400006D RID: 109
[Token(Token = "0x400006D")]
private static FileDescriptor descriptor;
}
}