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:
@@ -20,8 +20,8 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message GravenInnocenceCampStageInfo {
|
||||
bool is_open = 15;
|
||||
uint32 level_id = 10;
|
||||
uint32 stage_id = 9;
|
||||
bool is_finished = 3;
|
||||
bool is_open = 11;
|
||||
bool is_finished = 6;
|
||||
uint32 level_id = 7;
|
||||
uint32 stage_id = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user