Skip to content

Commit

Permalink
add more explicit protobuf namespace for csharp (heroiclabs#513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke authored Dec 11, 2020
1 parent 0836baf commit 9870d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apigrpc/apigrpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ option java_multiple_files = true;
option java_outer_classname = "NakamaApiGrpc";
option java_package = "com.heroiclabs.nakama.api";

option csharp_namespace = "Nakama";
option csharp_namespace = "Nakama.Protobuf";

option objc_class_prefix = "NKPB";

Expand Down

0 comments on commit 9870d8d

Please sign in to comment.