GC-Proto/proto/TowerCurLevelRecord.proto

17 lines
345 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "TowerTeam.proto";
// Name: CAHLCAONMAP
message TowerCurLevelRecord {
uint32 curFloorId = 2;
repeated TowerTeam tower_team_list = 11;
bool is_upper_part = 6;
repeated uint32 buff_id_list = 3;
uint32 curLevelIndex = 15;
bool is_empty = 1;
}