mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update proto 3.3
This commit is contained in:
@@ -22,8 +22,8 @@ import "Vector.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ParkourLevelInfo {
|
||||
uint32 best_record = 12;
|
||||
bool is_open = 9;
|
||||
uint32 open_time = 7;
|
||||
Vector pos = 2;
|
||||
bool is_open = 7;
|
||||
uint32 best_record = 14;
|
||||
uint32 open_time = 4;
|
||||
}
|
||||
|
Reference in New Issue
Block a user