GC-Proto/proto/ScenePlayOwnerCheckRsp.proto
2023-02-28 09:12:44 +08:00

16 lines
284 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
// Name: NLABOFOJGEC
// CmdId: 4404
message ScenePlayOwnerCheckRsp {
uint32 wrong_uid = 6;
int32 retcode = 15;
uint32 play_id = 14;
repeated uint32 param_list = 8;
bool is_skip_match = 7;
}