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,10 +22,10 @@ import "VintageCampChallengeLevelData.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message VintageCampChallengeStageData {
|
||||
bool is_open = 5;
|
||||
uint32 max_finished_level = 11;
|
||||
uint32 open_time = 3;
|
||||
bool is_finish = 10;
|
||||
uint32 stage_id = 4;
|
||||
map<uint32, VintageCampChallengeLevelData> camp_level_map = 2;
|
||||
uint32 max_finished_level = 4;
|
||||
bool is_finish = 14;
|
||||
map<uint32, VintageCampChallengeLevelData> camp_level_map = 6;
|
||||
bool is_open = 2;
|
||||
uint32 stage_id = 13;
|
||||
uint32 open_time = 7;
|
||||
}
|
||||
|
Reference in New Issue
Block a user