mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-07-14 13:10:13 -04:00
proto option for C# namespace
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package v2ray.core.common.serial;
|
||||
option csharp_namespace = "V2Ray.Core.Common.Serial";
|
||||
option go_package = "serial";
|
||||
option java_package = "com.v2ray.core.common.serial";
|
||||
option java_outer_classname = "TypedMessageProto";
|
||||
|
||||
Reference in New Issue
Block a user