1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-31 14:35:37 -05:00

proto option for C# namespace

This commit is contained in:
Darien Raymond
2016-12-23 00:24:28 +01:00
parent e66a787782
commit eb782436b3
33 changed files with 187 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
syntax = "proto3";
package v2ray.core.common.protocol;
option csharp_namespace = "V2Ray.Core.Common.Protocol";
option go_package = "protocol";
option java_package = "com.v2ray.core.common.protocol";
option java_outer_classname = "ServerSpecProto";