GC-Proto/proto/TowerAllDataRsp.proto

31 lines
856 B
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
import "TowerCurLevelRecord.proto";
2023-01-28 17:00:48 +03:00
import "TowerFloorRecord.proto";
2023-04-11 06:14:48 +03:00
import "TowerMonthlyBrief.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 2492
// Name: MPFPLNBLIKB
2022-11-06 15:30:21 +03:00
message TowerAllDataRsp {
2023-04-11 06:14:48 +03:00
uint32 DPKOCIDIHEI = 10;
2023-02-28 04:12:44 +03:00
bool is_finished_entrance_floor = 4;
2023-04-11 06:14:48 +03:00
map<uint32, uint32> OAFKGDGFFEO = 1;
uint32 AJKNPOGBLDG = 6;
bool is_first_interact = 11;
uint32 EDGJPPKNHJE = 5;
int32 retcode = 13;
uint32 PHCNCLHJFBM = 8;
uint32 KPJMJMPPPGK = 12;
uint32 NKMMGNAGOOA = 15;
TowerMonthlyBrief last_schedule_monthly_brief = 1890;
repeated TowerFloorRecord tower_floor_record_list = 2;
TowerMonthlyBrief monthly_brief = 7;
map<uint32, uint32> OJGBCIONMOL = 3;
uint32 GMMJNDFMHAM = 9;
uint32 MDANKJCGMIN = 1783;
TowerCurLevelRecord cur_level_record = 14;
2022-11-06 15:30:21 +03:00
}
2023-02-28 04:12:44 +03:00