syntax = "proto3";

option java_package = "emu.grasscutter.net.proto";

message PlayerRTTInfo {
	uint32 rtt = 7;
	uint32 uid = 13;
}