23 lines
398 B
Protocol Buffer
23 lines
398 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
|
|
import "FriendBrief.proto";
|
|
|
|
message GetPlayerFriendListRsp {
|
|
//enum HFBGPENLEBE {
|
|
// option allow_alias= true;
|
|
// NONE = 0;
|
|
// PEPPOHPHJOJ = 4055;
|
|
// DCDNILFDFLB = 0;
|
|
// NNBKOLMPOEA = 1;
|
|
// EAJIABGAOCI = 1;
|
|
//}
|
|
|
|
repeated FriendBrief askFriendList = 7;
|
|
repeated FriendBrief friendList = 11;
|
|
int32 retcode = 12;
|
|
}
|