mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] TEngineServer
[+] TEngineServer
This commit is contained in:
17
Assets/GameScripts/ThirdParty/Protobuf-net/Meta/ProtoSyntax.cs
vendored
Normal file
17
Assets/GameScripts/ThirdParty/Protobuf-net/Meta/ProtoSyntax.cs
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
namespace ProtoBuf.Meta
|
||||
{
|
||||
/// <summary>
|
||||
/// Indiate the variant of the protobuf .proto DSL syntax to use
|
||||
/// </summary>
|
||||
public enum ProtoSyntax
|
||||
{
|
||||
/// <summary>
|
||||
/// https://developers.google.com/protocol-buffers/docs/proto
|
||||
/// </summary>
|
||||
Proto2 = 0,
|
||||
/// <summary>
|
||||
/// https://developers.google.com/protocol-buffers/docs/proto3
|
||||
/// </summary>
|
||||
Proto3 = 1,
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user