mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
works 4.0 in-game
This commit is contained in:
@@ -15,15 +15,12 @@
|
||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
import "ShowAvatarInfo.proto";
|
||||
// CmdId: 4018
|
||||
// Obf: IMDEPFBGBPM
|
||||
// CmdId: 26299
|
||||
// Obf: GKKBKHLCING
|
||||
message GetFriendShowAvatarInfoRsp {
|
||||
uint32 uid = 13;
|
||||
repeated ShowAvatarInfo show_avatar_info_list = 10;
|
||||
int32 retcode = 11;
|
||||
uint32 uid = 8;
|
||||
int32 retcode = 6;
|
||||
repeated ShowAvatarInfo show_avatar_info_list = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user