14 lines
284 B
Protocol Buffer
14 lines
284 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "AvatarTeam.proto";
|
|
|
|
// CmdId: 1713
|
|
// EnetChannelId: 0
|
|
// EnetIsReliable: true
|
|
message AvatarTeamUpdateNotify {
|
|
map<uint32, AvatarTeam> avatar_team_map = 6;
|
|
repeated uint64 temp_avatar_guid_list = 9;
|
|
}
|