syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "FriendBrief.proto"; // CmdId: 4038 // EnetChannelId: 0 // EnetIsReliable: true message AskAddFriendNotify { uint32 target_uid = 13; FriendBrief target_friend_brief = 10; }