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