15 lines
286 B
Protocol Buffer
15 lines
286 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "DealAddFriendResultType.proto";
|
|
|
|
// Name: CNHEFALIEFK
|
|
// CmdId: 4082
|
|
message DealAddFriendRsp {
|
|
DealAddFriendResultType deal_add_friend_result = 8;
|
|
uint32 target_uid = 2;
|
|
int32 retcode = 12;
|
|
}
|
|
|