GC-Proto/proto/DealAddFriendReq.proto

10 lines
251 B
Protocol Buffer
Raw Normal View History

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";
import "DealAddFriendResultType.proto";
2024-08-21 00:45:19 +03:00
// CmdId: 1458
// Obf: MDIDNIHDCCK
2022-11-06 15:30:21 +03:00
message DealAddFriendReq {
2024-08-21 00:45:19 +03:00
DealAddFriendResultType deal_add_friend_result = 1;
uint32 target_uid = 7;
2022-11-06 15:30:21 +03:00
}