diff --git a/Tools/ProtoBuf/GenerateProtocol.ps1 b/Tools/ProtoBuf/GenerateProtocol.ps1 new file mode 100644 index 0000000..e69de29 diff --git a/Tools/ProtoBuf/bin/protoc.exe b/Tools/ProtoBuf/bin/protoc.exe new file mode 100644 index 0000000..1e30257 Binary files /dev/null and b/Tools/ProtoBuf/bin/protoc.exe differ diff --git a/Tools/ProtoBuf/proto/message.proto b/Tools/ProtoBuf/proto/message.proto new file mode 100644 index 0000000..c44a6ce --- /dev/null +++ b/Tools/ProtoBuf/proto/message.proto @@ -0,0 +1,3 @@ +syntax = "proto3"; + +option csharp_namespace = "Protocol";