31 lines
954 B
Protocol Buffer
31 lines
954 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "TowerMonthlyBrief.proto";
|
|
import "TowerCurLevelRecord.proto";
|
|
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
|
|
int32 retcode = 9;
|
|
uint32 scheduleStartTime = 15; //CKCFIIGKHMJ
|
|
bool is_first_interact = 14;
|
|
uint32 EJMAMALGICG = 12; // EJMAMALGICG
|
|
uint32 IOOHBFIGKHH = 13;
|
|
map<uint32, uint32> floorOpenTimeMap = 10;
|
|
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;
|
|
TowerCurLevelRecord cur_level_record = 5;
|
|
}
|
|
|