This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
ProtoBufTest/Client/proto/client.proto
2015-02-22 20:18:51 +01:00

8 lines
83 B
Protocol Buffer

package client;
message ClientInfo
{
optional string name = 1 [default = ""];
}