15 lines
346 B
Protocol Buffer
15 lines
346 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "TowerTeam.proto";
|
|
|
|
// 4.7.0
|
|
message TowerCurLevelRecord {
|
|
uint32 cur_floor_id = 1; // sus
|
|
bool is_empty = 12; // sus
|
|
repeated TowerTeam tower_team_list = 4;
|
|
repeated uint32 buff_id_list = 11;
|
|
uint32 cur_level_index = 5; // sus
|
|
bool is_upper_part = 15; // sus
|
|
} |