move proto to submodule
This commit is contained in:
1
proto/PlayerRTTInfo.proto
Normal file → Executable file
1
proto/PlayerRTTInfo.proto
Normal file → Executable file
@@ -2,6 +2,7 @@ syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
message PlayerRTTInfo {
|
||||
uint32 uid = 1;
|
||||
uint32 rtt = 2;
|
||||
|
||||
Reference in New Issue
Block a user