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: 0x02000022 RID: 34
[Token(Token = "0x2000022")]
public static class DurationReflection
{
// Token: 0x1700001E RID: 30
// (get) Token: 0x06000127 RID: 295 RVA: 0x00002052 File Offset: 0x00000252
[Token(Token = "0x1700001E")]
public static FileDescriptor Descriptor
{
[Token(Token = "0x6000127")]
[Address(RVA = "0x6A3CE0", Offset = "0x6A2AE0", VA = "0x1806A3CE0")]
get
{
return null;
}
}
// Token: 0x04000060 RID: 96
[Token(Token = "0x4000060")]
private static FileDescriptor descriptor;
}
}