GC-Proto/proto/TowerAllDataRsp.proto

31 lines
880 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 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-02-28 23:24:57 +03:00
// Name: NFDBAJIDFBG (3.4)
2023-02-28 06:08:38 +03:00
// CmdId: 2465
2022-11-06 15:30:21 +03:00
message TowerAllDataRsp {
2023-02-28 23:24:57 +03:00
uint32 Unk3300_OHCHCJGJIDK = 7;
TowerCurLevelRecord curLevelRecord = 1;
bool isFirstInteract = 8;
repeated TowerFloorRecord towerFloorRecordList = 6;
uint32 nextScheduleChangeTime = 15;
uint32 towerScheduleId = 9;
map<uint32, uint32> floorOpenTimeMap = 12;
uint32 validTowerRecordNum = 5;
map<uint32, uint32> skipFloorGrantedRewardItemMap = 11;
uint32 scheduleStartTime = 591;
TowerMonthlyBrief lastScheduleMonthlyBrief = 1482;
uint32 Unk3300_LEKODCFPINJ = 10;
uint32 Unk3300_HCDFJBHMHHF = 3;
uint32 Unk3300_JBACKENDHDG = 14;
bool isFinishedEntranceFloor = 2;
TowerMonthlyBrief monthlyBrief = 13;
int32 retcode = 4;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00