mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,10 +22,10 @@ import "TowerTeam.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message TowerCurLevelRecord {
|
||||
repeated uint32 buff_id_list = 14;
|
||||
bool is_upper_part = 4;
|
||||
uint32 Unk3300_KPGBPDIJJJJ = 6;
|
||||
bool is_empty = 1;
|
||||
repeated TowerTeam tower_team_list = 8;
|
||||
bool is_empty = 6;
|
||||
repeated uint32 buff_id_list = 4;
|
||||
bool is_upper_part = 2;
|
||||
uint32 cur_level_index = 1;
|
||||
uint32 cur_floor_id = 15;
|
||||
uint32 Unk3300_PMHCLPFPHBJ = 9;
|
||||
}
|
||||
|
Reference in New Issue
Block a user