mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
Update proto 3.3
This commit is contained in:
@@ -23,9 +23,9 @@ import "ChannelerSlabOneofDungeon.proto";
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ChannelerSlabChallengeStage {
|
||||
uint32 open_time = 3;
|
||||
repeated ChannelerSlabChallenge challenge_list = 14;
|
||||
bool is_open = 7;
|
||||
uint32 stage_id = 9;
|
||||
ChannelerSlabOneofDungeon dungeon_info = 13;
|
||||
bool is_open = 4;
|
||||
ChannelerSlabOneofDungeon dungeon_info = 12;
|
||||
uint32 open_time = 13;
|
||||
uint32 stage_id = 1;
|
||||
repeated ChannelerSlabChallenge challenge_list = 2;
|
||||
}
|
||||
|
Reference in New Issue
Block a user