mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 02:20:12 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -16,11 +16,11 @@
|
||||
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
// CmdId: 1831
|
||||
// Obf: OAKGFIPBBDH
|
||||
// CmdId: 6021
|
||||
// Obf: KJFMGIADCNA
|
||||
message MpPlayOwnerCheckRsp {
|
||||
uint32 wrong_uid = 4;
|
||||
uint32 mp_play_id = 11;
|
||||
bool is_skip_match = 8;
|
||||
int32 retcode = 12;
|
||||
bool is_skip_match = 1;
|
||||
uint32 wrong_uid = 9;
|
||||
int32 retcode = 10;
|
||||
uint32 mp_play_id = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user