11 lines
288 B
Protocol Buffer
11 lines
288 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AvatarTeam.proto";
|
|
|
|
// 4.7.0
|
|
message AvatarTeamAllDataNotify {
|
|
map<uint32, AvatarTeam> avatar_team_map = 4;
|
|
repeated uint32 backup_avatar_team_order_list = 8;
|
|
repeated uint64 temp_avatar_guid_list = 1;
|
|
} |