mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-14 13:42:59 +03:00
Update v1
This commit is contained in:
13
proto/RockBoardExploreStageData.proto
Normal file
13
proto/RockBoardExploreStageData.proto
Normal file
@@ -0,0 +1,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: GODKJGMPPNL
|
||||
message RockBoardExploreStageData {
|
||||
uint32 open_time = 13;
|
||||
bool is_open = 9;
|
||||
uint32 stage_id = 11;
|
||||
bool is_finish = 1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user