8 lines
173 B
Protocol Buffer
8 lines
173 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
import "AvatarTeam.proto";
|
|
|
|
message AvatarTeamUpdateNotify {
|
|
repeated uint64 temp_avatar_guid_list = 6;
|
|
map<uint32, AvatarTeam> avatar_team_map = 7;
|
|
}
|