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:
@@ -23,11 +23,11 @@ import "FungusTrainingPoolPreviewDetail.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message FungusTrainingProgressDetail {
|
||||
uint32 cur_round = 9;
|
||||
uint32 dungeon_id = 10;
|
||||
repeated uint32 Unk3300_EEOIMDJOHCM = 10;
|
||||
uint32 total_used_time = 3;
|
||||
repeated FungusFighterMonsterDetail monster_detail_list = 14;
|
||||
uint32 dungeon_id = 1;
|
||||
repeated FungusTrainingPoolPreviewDetail monster_pool_preview_list = 5;
|
||||
repeated FungusFighterMonsterDetail monster_detail_list = 6;
|
||||
uint32 total_used_time = 7;
|
||||
repeated uint32 backup_monster_list = 4;
|
||||
repeated uint32 choosen_monster_list = 8;
|
||||
uint32 cur_round = 9;
|
||||
repeated uint32 Unk3300_NLHEFGBEOAC = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user