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: 0x02000035 RID: 53
[Token(Token = "0x2000035")]
public static class TimestampReflection
{
// Token: 0x17000040 RID: 64
// (get) Token: 0x060001B5 RID: 437 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x17000040")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x60001B5")]
[Address(RVA = "0x6AC820", Offset = "0x6AB620", VA = "0x1806AC820")]
get
{
return null;
}
}
// Token: 0x0400008C RID: 140
[Token(Token = "0x400008C")]
private static FileDescriptor descriptor;
}
}