2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
|
|
|
|
import "TowerCurLevelRecord.proto";
|
2023-01-28 17:00:48 +03:00
|
|
|
import "TowerFloorRecord.proto";
|
2023-04-11 11:18:47 +03:00
|
|
|
import "TowerMonthlyBrief.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-04-11 11:18:47 +03:00
|
|
|
// CmdId: 2492
|
|
|
|
// Name: MPFPLNBLIKB
|
2022-11-06 15:30:21 +03:00
|
|
|
message TowerAllDataRsp {
|
2023-04-11 11:18:47 +03:00
|
|
|
uint32 DPKOCIDIHEI = 10;
|
2023-03-07 05:02:26 +03:00
|
|
|
bool is_finished_entrance_floor = 4;
|
2023-04-11 11:18:47 +03:00
|
|
|
map<uint32, uint32> OAFKGDGFFEO = 1; // OAFKGDGFFEO
|
|
|
|
uint32 AJKNPOGBLDG = 6;
|
|
|
|
bool is_first_interact = 11;
|
|
|
|
uint32 EDGJPPKNHJE = 5;
|
|
|
|
int32 retcode = 13;
|
|
|
|
uint32 next_schedule_change_time = 8; // PHCNCLHJFBM
|
|
|
|
uint32 KPJMJMPPPGK = 12;
|
|
|
|
uint32 tower_schedule_id = 15; //NKMMGNAGOOA
|
|
|
|
TowerMonthlyBrief last_schedule_monthly_brief = 1890;
|
|
|
|
repeated TowerFloorRecord tower_floor_record_list = 2;
|
|
|
|
TowerMonthlyBrief monthly_brief = 7;
|
|
|
|
map<uint32, uint32> floor_open_time_map = 3; // OJGBCIONMOL
|
|
|
|
uint32 GMMJNDFMHAM = 9;
|
|
|
|
uint32 schedule_start_time = 1783; // MDANKJCGMIN
|
|
|
|
TowerCurLevelRecord cur_level_record = 14;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 06:08:38 +03:00
|
|
|
|