NahidaImpact/NahidaImpact.Protocol/PlayerRTTInfo.proto
2024-01-04 16:48:39 +03:00

7 lines
101 B
Protocol Buffer

syntax = "proto3";
// Obf: MCDPPKMOEJJ
message PlayerRTTInfo {
uint32 uid = 6;
uint32 rtt = 14;
}