mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-06 09:42:59 +03:00
sync 4.0 v1 (66b3744)
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
import "FriendBrief.proto";
|
||||
// CmdId: 4042
|
||||
// Obf: CFHBPFPNIIA
|
||||
// CmdId: 24279
|
||||
// Obf: GPGJECPCLBN
|
||||
message GetRecentMpPlayerListRsp {
|
||||
int32 retcode = 3;
|
||||
repeated FriendBrief recent_mp_player_brief_list = 1;
|
||||
int32 retcode = 10;
|
||||
repeated FriendBrief recent_mp_player_brief_list = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user