GC-Proto/proto/AvatarTeamAllDataNotify.proto

14 lines
361 B
Protocol Buffer
Raw Permalink Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2024-08-28 06:45:34 +03:00
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2024-08-28 06:45:34 +03:00
// Version: 5.0
2024-08-28 12:09:22 +03:00
// CmdId: 22603
2024-05-22 14:51:09 +03:00
import "AvatarTeam.proto";
2024-05-22 14:51:09 +03:00
2024-08-28 06:45:34 +03:00
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;
}