mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-01-12 08:49:26 +03:00
22 lines
371 B
Protocol Buffer
22 lines
371 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
option java_package = "emu.grasscutter.net.proto";
|
||
|
|
||
|
|
||
|
|
||
|
import "FriendBrief.proto";
|
||
|
|
||
|
message GetRecentMpPlayerListRsp {
|
||
|
//enum OLJMFHPBFMK {
|
||
|
// option allow_alias= true;
|
||
|
// NONE = 0;
|
||
|
// PEPPOHPHJOJ = 4042;
|
||
|
// DCDNILFDFLB = 0;
|
||
|
// NNBKOLMPOEA = 1;
|
||
|
// EAJIABGAOCI = 1;
|
||
|
//}
|
||
|
|
||
|
int32 retcode = 14;
|
||
|
repeated FriendBrief recentMpPlayerBriefList = 6;
|
||
|
}
|