6 lines
117 B
Protocol Buffer
6 lines
117 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message PingRsp {
|
|
uint32 server_time = 5;
|
|
}
|