1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-06-12 14:09:11 -04: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.proxy.vmess.inbound;
option csharp_namespace = "V2Ray.Core.Proxy.Vmess.Inbound";
option go_package = "inbound";
option java_package = "com.v2ray.core.proxy.vmess.inbound";
option java_outer_classname = "ConfigProto";