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:
@@ -22,9 +22,9 @@ import "VintagePresentLevelData.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message VintagePresentStageData {
|
||||
uint32 open_time = 1;
|
||||
uint32 stage_id = 15;
|
||||
bool is_finish = 13;
|
||||
bool is_open = 10;
|
||||
map<uint32, VintagePresentLevelData> present_level_map = 2;
|
||||
bool is_open = 4;
|
||||
bool is_finish = 10;
|
||||
map<uint32, VintagePresentLevelData> present_level_map = 11;
|
||||
uint32 open_time = 8;
|
||||
uint32 stage_id = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user