16 lines
329 B
Protocol Buffer
16 lines
329 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
|
|
// Name: DDAGBEPBBEP
|
|
message ChannellerSlabLoopDungeonInfo {
|
|
bool is_open = 8;
|
|
uint32 open_time = 15;
|
|
bool is_first_pass_reward_taken = 11;
|
|
uint32 score = 2;
|
|
uint32 dungeon_index = 5;
|
|
repeated uint32 last_condition_id_list = 10;
|
|
}
|
|
|