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,8 +23,8 @@ import "ParkourLevelInfo.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message BlitzRushActivityDetailInfo {
|
||||
repeated BlitzRushStage stage_list = 10;
|
||||
uint32 content_close_time = 14;
|
||||
bool is_content_closed = 2;
|
||||
repeated ParkourLevelInfo parkour_level_info_list = 6;
|
||||
bool is_content_closed = 1;
|
||||
uint32 content_close_time = 8;
|
||||
repeated ParkourLevelInfo parkour_level_info_list = 4;
|
||||
repeated BlitzRushStage stage_list = 6;
|
||||
}
|
||||
|
Reference in New Issue
Block a user