mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 10:00:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,9 +22,9 @@ import "PotionLevelData.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message PotionStageData {
|
||||
uint32 stage_id = 11;
|
||||
repeated uint32 cool_down_buff_id_list = 2;
|
||||
bool is_open = 15;
|
||||
repeated PotionLevelData level_list = 14;
|
||||
repeated uint32 cool_down_avatar_id_list = 13;
|
||||
repeated uint32 Unk3300_BMEHJHFCPMA = 7;
|
||||
repeated uint32 Unk3300_NLMEPPPMCKI = 9;
|
||||
uint32 stage_id = 13;
|
||||
bool is_open = 8;
|
||||
repeated PotionLevelData level_list = 11;
|
||||
}
|
||||
|
Reference in New Issue
Block a user