8 lines
71 B
C#
8 lines
71 B
C#
namespace ProtoBuf.Meta;
|
|
|
|
public enum ProtoSyntax
|
|
{
|
|
Proto2,
|
|
Proto3
|
|
}
|