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

8 lines
83 B
Protocol Buffer
Raw Normal View History

2015-02-22 19:18:51 +00:00
package client;
message ClientInfo
{
optional string name = 1 [default = ""];
}