update proto part 9

This commit is contained in:
Akbar Yahya
2023-03-11 23:42:44 +08:00
parent 37d8c65b1d
commit 9f3f542d24
42 changed files with 319 additions and 180 deletions

View File

@@ -9,22 +9,22 @@ import "TowerFloorRecord.proto";
// Name: NFDBAJIDFBG
// CmdId: 2465
message TowerAllDataRsp {
map<uint32, uint32> skipFloorGrantedRewardItemMap = 6;
TowerMonthlyBrief monthlyBrief = 2;
uint32 nextScheduleChangeTime = 11; // BAJALPKLOHN
uint32 OGLKMJOBNAK = 3; // OGLKMJOBNAK
map<uint32, uint32> floor_open_time_map = 6; //BPOEDICFILA
TowerMonthlyBrief last_schedule_monthly_brief = 2; //GPCJOCOKPCL
uint32 BAJALPKLOHN = 11; //not used
uint32 OGLKMJOBNAK = 3; //not used
int32 retcode = 9;
uint32 scheduleStartTime = 15; //CKCFIIGKHMJ
uint32 CKCFIIGKHMJ = 15; //not used
bool is_first_interact = 14;
uint32 EJMAMALGICG = 12; // EJMAMALGICG
uint32 IOOHBFIGKHH = 13;
map<uint32, uint32> floorOpenTimeMap = 10;
uint32 EJMAMALGICG = 12;
uint32 tower_schedule_id = 13; //IOOHBFIGKHH
map<uint32, uint32> AHFICLOPFLC = 10; //AHFICLOPFLC
repeated TowerFloorRecord tower_floor_record_list = 1;
bool is_finished_entrance_floor = 4;
uint32 CFEHKIFIKFB = 7;
uint32 AMFOBDDCIHK = 1758;
TowerMonthlyBrief lastScheduleMonthlyBrief = 622;
uint32 towerScheduleId = 8;
uint32 next_schedule_change_time = 7; //CFEHKIFIKFB
uint32 schedule_start_time = 1758; //AMFOBDDCIHK
TowerMonthlyBrief monthly_brief = 622; //HCLHNDJDAPC
uint32 AKANNMFELNA = 8; ////not used
TowerCurLevelRecord cur_level_record = 5;
}