relation/server/tools/protobuild/cs_proto.proto
aozhiwei d809b4cbbf 1
2020-05-03 20:22:28 +08:00

17 lines
167 B
Protocol Buffer

package cs;
//常量
enum Constant_e
{
ProtoVersion = 2019071501; //系统版本
}
//心跳
message CMPing
{
}
message SMPing
{
optional int32 param1 = 1;
}