This commit is contained in:
niko
2026-04-11 22:19:20 +02:00
parent 45b857ff11
commit 8fc35183db
17034 changed files with 2863552 additions and 0 deletions
@@ -0,0 +1,28 @@
using System;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace Google.Protobuf.WellKnownTypes
{
// Token: 0x02000025 RID: 37
[Token(Token = "0x2000025")]
public static class FieldMaskReflection
{
// Token: 0x17000024 RID: 36
// (get) Token: 0x06000142 RID: 322 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x17000024")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000142")]
[Address(RVA = "0x6A6A60", Offset = "0x6A5860", VA = "0x1806A6A60")]
get
{
return null;
}
}
// Token: 0x04000066 RID: 102
[Token(Token = "0x4000066")]
private static FileDescriptor descriptor;
}
}