Update proto 3.3

This commit is contained in:
Akbar Yahya
2022-12-05 20:02:30 +08:00
parent 9b5321c106
commit 67789137ff
3726 changed files with 95316 additions and 5249 deletions

View File

@@ -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;
}