mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-19 16:44:36 +03:00
12 lines
243 B
Protocol Buffer
12 lines
243 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 3915
|
|
|
|
import "FriendBrief.proto";
|
|
|
|
message GetPlayerAskFriendListRsp {
|
|
int32 retcode = 5;
|
|
repeated FriendBrief ask_friend_list = 10;
|
|
}
|