GC-Proto/proto/TowerAllDataRsp.proto

31 lines
1.0 KiB
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-02-28 11:59:24 +03:00
import "TowerMonthlyBrief.proto";
2022-11-06 15:30:21 +03:00
import "TowerCurLevelRecord.proto";
2023-01-28 17:00:48 +03:00
import "TowerFloorRecord.proto";
2023-03-07 05:02:26 +03:00
// Name: NFDBAJIDFBG
2023-02-28 06:08:38 +03:00
// CmdId: 2465
2022-11-06 15:30:21 +03:00
message TowerAllDataRsp {
2023-03-11 18:42:44 +03:00
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
2023-03-07 05:02:26 +03:00
int32 retcode = 9;
2023-03-11 18:42:44 +03:00
uint32 CKCFIIGKHMJ = 15; //not used
2023-03-07 05:02:26 +03:00
bool is_first_interact = 14;
2023-03-11 18:42:44 +03:00
uint32 EJMAMALGICG = 12;
uint32 tower_schedule_id = 13; //IOOHBFIGKHH
map<uint32, uint32> AHFICLOPFLC = 10; //AHFICLOPFLC
2023-03-07 05:02:26 +03:00
repeated TowerFloorRecord tower_floor_record_list = 1;
bool is_finished_entrance_floor = 4;
2023-03-11 18:42:44 +03:00
uint32 next_schedule_change_time = 7; //CFEHKIFIKFB
uint32 schedule_start_time = 1758; //AMFOBDDCIHK
TowerMonthlyBrief monthly_brief = 622; //HCLHNDJDAPC
uint32 AKANNMFELNA = 8; ////not used
2023-03-07 05:02:26 +03:00
TowerCurLevelRecord cur_level_record = 5;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00