mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-07-31 09:34:12 +03:00
melon 3.7 tes
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user