14 lines
361 B
Protocol Buffer
14 lines
361 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 22603
|
|
|
|
import "AvatarTeam.proto";
|
|
|
|
message AvatarTeamAllDataNotify {
|
|
repeated uint64 temp_avatar_guid_list = 3;
|
|
map<uint32, AvatarTeam> avatar_team_map = 7;
|
|
uint32 cur_avatar_team_id = 10;
|
|
repeated uint32 backup_avatar_team_order_list = 13;
|
|
}
|