7 lines
No EOL
137 B
Protocol Buffer
7 lines
No EOL
137 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option csharp_namespace = "FurinaImpact.Protocol";
|
|
message PingReq {
|
|
uint32 client_time = 9;
|
|
float ue_time = 3;
|
|
} |