提交修改
This commit is contained in:
17
Assets/Scripts/ThirdParty/Fantasy.Unity/Runtime/Plugins/Protobuf-net/Meta/ProtoSyntax.cs
vendored
Normal file
17
Assets/Scripts/ThirdParty/Fantasy.Unity/Runtime/Plugins/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