15 lines
325 B
Protocol Buffer
15 lines
325 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AvatarTeam.proto";
|
|
|
|
// CmdId: 1799
|
|
// Name: BBFCJICAALL
|
|
message AvatarTeamAllDataNotify {
|
|
repeated uint32 backup_avatar_team_order_list = 12;
|
|
repeated uint64 temp_avatar_guid_list = 5;
|
|
map<uint32, AvatarTeam> avatar_team_map = 7;
|
|
}
|
|
|