scripts
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System;
|
||||
using Google.Protobuf.Reflection;
|
||||
|
||||
namespace Google.Protobuf.WellKnownTypes
|
||||
{
|
||||
// Token: 0x02000030 RID: 48
|
||||
public enum Syntax
|
||||
{
|
||||
// Token: 0x040000B5 RID: 181
|
||||
[OriginalName("SYNTAX_PROTO2")]
|
||||
Proto2,
|
||||
// Token: 0x040000B6 RID: 182
|
||||
[OriginalName("SYNTAX_PROTO3")]
|
||||
Proto3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user