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
+20
View File
@@ -0,0 +1,20 @@
using System;
using Cpp2IlInjected;
using Google.Protobuf.Reflection;
namespace Google.Protobuf.WellKnownTypes
{
// Token: 0x02000039 RID: 57
[Token(Token = "0x2000039")]
public enum Syntax
{
// Token: 0x04000095 RID: 149
[Token(Token = "0x4000095")]
[OriginalName("SYNTAX_PROTO2")]
Proto2,
// Token: 0x04000096 RID: 150
[Token(Token = "0x4000096")]
[OriginalName("SYNTAX_PROTO3")]
Proto3
}
}