mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-02-06 21:19:25 +03:00
15 lines
285 B
Protocol Buffer
15 lines
285 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "DealAddFriendResultType.proto";
|
|
|
|
// CmdId: 4072
|
|
// Name: KOFDKPBCFJE
|
|
message DealAddFriendRsp {
|
|
DealAddFriendResultType deal_add_friend_result = 7;
|
|
int32 retcode = 8;
|
|
uint32 target_uid = 1;
|
|
}
|
|
|