mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 02:20:12 +03:00
Update 3.6
This commit is contained in:
@@ -3,12 +3,12 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: EKINJMLIJLE
|
||||
// CmdId: 1826
|
||||
// CmdId: 1824
|
||||
// Name: NGHOBFHEIMD
|
||||
message MpPlayOwnerCheckRsp {
|
||||
uint32 wrong_uid = 6;
|
||||
int32 retcode = 1;
|
||||
uint32 wrong_uid = 13;
|
||||
uint32 mp_play_id = 1;
|
||||
bool is_skip_match = 7;
|
||||
uint32 mp_play_id = 5;
|
||||
int32 retcode = 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user