1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-04-14 21:16:08 +03:00
GC-Proto/proto/ChannelerSlabChallengeStage.proto
2023-04-11 11:14:48 +08:00

17 lines
397 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ChannelerSlabChallenge.proto";
import "ChannelerSlabOneoffDungeon.proto";
// Name: AOLLDEBHDJM
message ChannelerSlabChallengeStage {
uint32 open_time = 15;
uint32 stage_id = 4;
bool is_open = 9;
repeated ChannelerSlabChallenge challenge_list = 8;
ChannelerSlabOneoffDungeon dungeon_info = 13;
}