GC-Proto/proto/PlayerReportRsp.proto
2024-06-08 14:18:08 +08:00

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;
}