mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
update proto 3.5 part 1
This commit is contained in:
@@ -3,11 +3,11 @@ syntax = "proto3";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
|
||||
|
||||
// Name: DPCDIAIDDOP
|
||||
message RockBoardExploreStageData {
|
||||
bool isFinish = 1;
|
||||
uint32 stageId = 9;
|
||||
bool isOpen = 6;
|
||||
uint32 openTime = 7;
|
||||
uint32 stage_id = 6;
|
||||
bool is_finish = 11;
|
||||
uint32 open_time = 1;
|
||||
bool is_open = 4;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user