12 lines
302 B
Protocol Buffer
12 lines
302 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AvatarTeam.proto";
|
|
|
|
// 4.6.0
|
|
// CmdId: 3135
|
|
message AvatarTeamAllDataNotify {
|
|
map<uint32, AvatarTeam> avatar_team_map = 5;
|
|
repeated uint64 temp_avatar_guid_list = 12;
|
|
repeated uint32 backup_avatar_team_order_list = 13;
|
|
} |