7 lines
101 B
Protocol Buffer
7 lines
101 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
// Obf: MCDPPKMOEJJ
|
|
message PlayerRTTInfo {
|
|
uint32 uid = 6;
|
|
uint32 rtt = 14;
|
|
}
|