mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
v3.3.0-fix1
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