mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-01 18:10:13 +03:00
Update v1
This commit is contained in:
14
proto/VintageHuntingStageData.proto
Normal file
14
proto/VintageHuntingStageData.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
syntax = "proto3";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
|
||||
// Name: MKDIJONGAPJ
|
||||
message VintageHuntingStageData {
|
||||
uint32 stage_id = 4;
|
||||
uint32 open_time = 8;
|
||||
bool is_open = 15;
|
||||
uint32 record_value = 7;
|
||||
bool is_finish = 5;
|
||||
}
|
||||
|
Reference in New Issue
Block a user