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
+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
}
}