GC-Proto/proto/TowerAllDataRsp.proto

31 lines
819 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
2023-02-28 06:08:38 +03:00
import "DKDAOPDHNED.proto";
2022-11-06 15:30:21 +03:00
import "TowerCurLevelRecord.proto";
2023-01-28 17:00:48 +03:00
import "TowerFloorRecord.proto";
2023-02-28 06:08:38 +03:00
// Name: NFDBAJIDFBG
// CmdId: 2465
2022-11-06 15:30:21 +03:00
message TowerAllDataRsp {
2023-02-28 06:08:38 +03:00
map<uint32, uint32> BPOEDICFILA = 6;
DKDAOPDHNED GPCJOCOKPCL = 2;
uint32 BAJALPKLOHN = 11;
uint32 OGLKMJOBNAK = 3;
int32 retcode = 9;
uint32 CKCFIIGKHMJ = 15;
bool is_first_interact = 14;
uint32 EJMAMALGICG = 12;
uint32 IOOHBFIGKHH = 13;
map<uint32, uint32> AHFICLOPFLC = 10;
repeated TowerFloorRecord tower_floor_record_list = 1;
bool is_finished_entrance_floor = 4;
uint32 CFEHKIFIKFB = 7;
uint32 AMFOBDDCIHK = 1758;
DKDAOPDHNED HCLHNDJDAPC = 622;
uint32 AKANNMFELNA = 8;
TowerCurLevelRecord cur_level_record = 5;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00