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 "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message WinterCampStageInfo {
|
||||
uint32 cur_progress = 12;
|
||||
uint32 id = 6;
|
||||
uint32 open_time = 8;
|
||||
bool is_finished = 10;
|
||||
uint32 total_progress = 9;
|
||||
Vector pos = 5;
|
||||
uint32 open_time = 3;
|
||||
uint32 total_progress = 2;
|
||||
uint32 cur_progress = 9;
|
||||
uint32 id = 1;
|
||||
Vector pos = 14;
|
||||
bool is_finished = 8;
|
||||
}
|
||||
|
Reference in New Issue
Block a user