syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; message PlayerRTTInfo { uint32 uid = 1; uint32 rtt = 2; }