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:
@@ -18,13 +18,13 @@
|
||||
syntax = "proto3";
|
||||
|
||||
import "ChannelerSlabChallenge.proto";
|
||||
import "ChannelerSlabOneofDungeon.proto";
|
||||
import "ChannelerSlabOneoffDungeon.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
message ChannelerSlabChallengeStage {
|
||||
bool is_open = 4;
|
||||
ChannelerSlabOneofDungeon dungeon_info = 12;
|
||||
ChannelerSlabOneoffDungeon dungeon_info = 12;
|
||||
uint32 open_time = 13;
|
||||
uint32 stage_id = 1;
|
||||
repeated ChannelerSlabChallenge challenge_list = 2;
|
||||
|
Reference in New Issue
Block a user