GC-Proto/proto/PlayerReportRsp.proto

11 lines
181 B
Protocol Buffer
Raw Normal View History

2024-06-08 09:18:08 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 26350
message PlayerReportRsp {
uint32 target_uid = 2;
int32 retcode = 3;
uint32 cd_time = 4;
}