GC-Proto/proto/ScenePlayOwnerCheckRsp.proto
2023-04-11 11:14:48 +08:00

16 lines
284 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// CmdId: 4439
// Name: BHCDLEGLAKB
message ScenePlayOwnerCheckRsp {
repeated uint32 param_list = 8;
uint32 wrong_uid = 7;
uint32 play_id = 10;
int32 retcode = 5;
bool is_skip_match = 13;
}