mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-02 10:30:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -23,25 +23,30 @@ import "TowerMonthlyBrief.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 2473
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message TowerAllDataRsp {
|
||||
uint32 tower_schedule_id = 10;
|
||||
uint32 daily_level_index = 9;
|
||||
map<uint32, uint32> skip_floor_granted_reward_item_map = 12;
|
||||
bool is_first_interact = 3;
|
||||
bool is_finished_entrance_floor = 1;
|
||||
repeated TowerFloorRecord tower_floor_record_list = 5;
|
||||
uint32 daily_floor_id = 11;
|
||||
uint32 commemorative_reward_id = 13;
|
||||
TowerMonthlyBrief last_schedule_monthly_brief = 1222;
|
||||
uint32 next_schedule_change_time = 6;
|
||||
uint32 valid_tower_record_num = 7;
|
||||
uint32 skip_to_floor_index = 2;
|
||||
map<uint32, uint32> floor_open_time_map = 4;
|
||||
TowerCurLevelRecord cur_level_record = 15;
|
||||
int32 retcode = 8;
|
||||
uint32 schedule_start_time = 914;
|
||||
TowerMonthlyBrief monthly_brief = 14;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 2478;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
uint32 Unk3300_HCDFJBHMHHF = 6;
|
||||
uint32 Unk3300_ILDODKDADMI = 8;
|
||||
bool is_first_interact = 5;
|
||||
uint32 tower_schedule_id = 1;
|
||||
uint32 Unk3300_JBACKENDHDG = 10;
|
||||
uint32 Unk3300_KGHOIIAEIHH = 610;
|
||||
int32 retcode = 11;
|
||||
uint32 Unk3300_OHCHCJGJIDK = 4;
|
||||
uint32 Unk3300_BBHKBDDFPFE = 2;
|
||||
TowerMonthlyBrief last_schedule_monthly_brief = 1245;
|
||||
TowerCurLevelRecord cur_level_record = 12;
|
||||
repeated TowerFloorRecord tower_floor_record_list = 13;
|
||||
TowerMonthlyBrief monthly_brief = 9;
|
||||
uint32 Unk3300_LEKODCFPINJ = 7;
|
||||
map<uint32, uint32> Unk3300_PJPEEJACFJH = 3;
|
||||
bool is_finished_entrance_floor = 15;
|
||||
map<uint32, uint32> Unk3300_GNINCLBMMDJ = 14;
|
||||
}
|
||||
|
Reference in New Issue
Block a user