GC-Proto/proto/AskAddFriendNotify.proto

11 lines
242 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 "FriendBrief.proto";
2024-08-21 00:45:19 +03:00
// 4.7.0
// CmdId: 27545?,147
// Obf: GGACHDHALAE
2022-11-06 15:30:21 +03:00
message AskAddFriendNotify {
2024-08-21 00:45:19 +03:00
uint32 target_uid = 12;
FriendBrief target_friend_brief = 9;
2022-11-06 15:30:21 +03:00
}