syntax = "proto3"; option java_package = "emu.grasscutter.net.proto"; import "TowerCurLevelRecord.proto"; import "TowerFloorRecord.proto"; import "TowerMonthlyBrief.proto"; // 4.7.0 // CmdId: 2253 message TowerAllDataRsp { uint32 tower_schedule_id = 3; bool is_finished_entrance_floor = 10; uint32 valid_floor_record_list = 4; // sus TowerCurLevelRecord cur_level_record = 1; int32 retcode = 11; map skip_floor_granted_reward_item_map = 14; // sus bool is_first_interact = 7; //uint32 NNIGLOKAEAI = 8; map floor_open_time_map = 15; // sus //uint32 ANOHIMHLMID = 10; //uint32 MICBOPDAEFN = 11; uint32 next_schedule_change_time = 12; // sus TowerMonthlyBrief monthly_brief = 8; repeated TowerFloorRecord tower_floor_record_list = 5; //uint32 LKDMPGCGDCJ = 15; uint32 schedule_start_time = 1082; TowerMonthlyBrief last_schedule_monthly_brief = 1040; }