mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-04 01:04:36 +03:00
16 lines
284 B
Protocol Buffer
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;
|
|
}
|
|
|