11 lines
181 B
Protocol Buffer
11 lines
181 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
// CmdId: 26350
|
||
|
message PlayerReportRsp {
|
||
|
uint32 target_uid = 2;
|
||
|
int32 retcode = 3;
|
||
|
uint32 cd_time = 4;
|
||
|
}
|