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