2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2023-05-23 09:48:59 +03:00
|
|
|
import "DealAddFriendResultType.proto";
|
2024-08-21 00:45:19 +03:00
|
|
|
// CmdId: 29333
|
|
|
|
// Obf: BPBCKIEJHOO
|
2022-11-06 15:30:21 +03:00
|
|
|
message DealAddFriendRsp {
|
2024-08-21 00:45:19 +03:00
|
|
|
int32 retcode = 3;
|
|
|
|
uint32 target_uid = 8;
|
|
|
|
DealAddFriendResultType deal_add_friend_result = 4;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|