vRp.CD2g_test/game/protobuf/system.proto

8 lines
247 B
Protocol Buffer

syntax = "proto3";
// protoc --proto_path . --go_out=./game/protobuf/protobuf/ --go-grpc_out=./game/protobuf/protobuf/ ./game/protobuf/*.proto
package protobuf;
option go_package = "./;protobuf";
// 心跳
message SystemHeartbeatClient {}