GC-Proto/proto/PlayerRTTInfo.proto

8 lines
219 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-07-08 14:40:31 +03:00
// Obf: OFNLJENLFEI or CLCNPLICMHJ or PDIGGOLMBHL? or BLDOGODKOHP? or ENGNHOIABCL(lock)
2022-11-06 15:30:21 +03:00
message PlayerRTTInfo {
2024-07-08 14:40:31 +03:00
uint32 rtt = 4;
uint32 uid = 10;
2022-11-06 15:30:21 +03:00
}