mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,11 +22,11 @@ import "Uint32Pair.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message MechanicusInfo {
|
||||
repeated Uint32Pair gear_level_pair_list = 14;
|
||||
repeated uint32 open_sequence_id_list = 7;
|
||||
uint32 coin = 8;
|
||||
uint32 punish_over_time = 12;
|
||||
uint32 mechanicus_id = 10;
|
||||
repeated uint32 finish_difficult_level_list = 13;
|
||||
bool is_finish_teach_dungeon = 4;
|
||||
uint32 mechanicus_id = 1;
|
||||
uint32 punish_over_time = 11;
|
||||
bool is_finish_teach_dungeon = 7;
|
||||
repeated uint32 Unk3300_KJLGFEPIENG = 6;
|
||||
repeated uint32 Unk3300_EEBEOCMAIKN = 9;
|
||||
uint32 coin = 10;
|
||||
repeated Uint32Pair gear_level_pair_list = 13;
|
||||
}
|
||||
|
Reference in New Issue
Block a user