2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2024-06-08 09:18:08 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-06-08 09:18:08 +03:00
|
|
|
|
2023-05-23 09:48:59 +03:00
|
|
|
import "TowerTeam.proto";
|
2024-06-08 09:18:08 +03:00
|
|
|
|
|
|
|
// 4.6.0
|
2022-11-06 15:30:21 +03:00
|
|
|
message TowerCurLevelRecord {
|
2024-06-08 09:18:08 +03:00
|
|
|
uint32 cur_floor_id = 1; // MIEGCLBLGNM sus (1, 13)
|
|
|
|
bool is_empty = 2;
|
2023-08-17 14:18:58 +03:00
|
|
|
repeated TowerTeam tower_team_list = 3;
|
2024-06-08 09:18:08 +03:00
|
|
|
repeated uint32 buff_id_list = 7;
|
|
|
|
uint32 cur_level_index = 13; // NOKAAKKOHLB sus (1, 13)
|
|
|
|
bool is_upper_part = 14;
|
|
|
|
}
|