GC-Proto/proto/TowerAllDataRsp.proto

29 lines
861 B
Protocol Buffer
Raw Normal View History

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 13:12:42 +03:00
import "TowerCurLevelRecord.proto";
2024-06-08 09:18:08 +03:00
import "TowerFloorRecord.proto";
2023-08-17 14:18:58 +03:00
import "TowerMonthlyBrief.proto";
2024-06-08 09:18:08 +03:00
// 4.6.0
// CmdId: 7133
2022-11-06 15:30:21 +03:00
message TowerAllDataRsp {
2024-06-08 09:18:08 +03:00
uint32 tower_schedule_id = 1;
bool is_finished_entrance_floor = 2;
uint32 valid_floor_record_list = 3;
TowerCurLevelRecord cur_level_record = 4;
int32 retcode = 5;
map<uint32, uint32> skip_floor_granted_reward_item_map = 6;
2023-08-17 14:18:58 +03:00
bool is_first_interact = 7;
2024-06-08 09:18:08 +03:00
uint32 NNIGLOKAEAI = 8;
map<uint32, uint32> floor_open_time_map = 9;
uint32 ANOHIMHLMID = 10;
uint32 MICBOPDAEFN = 11;
uint32 next_schedule_change_time = 12;
TowerMonthlyBrief monthly_brief = 13;
repeated TowerFloorRecord tower_floor_record_list = 14;
uint32 LKDMPGCGDCJ = 15;
uint32 schedule_start_time = 942;
TowerMonthlyBrief last_schedule_monthly_brief = 1740;
}