13 lines
374 B
Protocol Buffer
13 lines
374 B
Protocol Buffer
syntax = "proto3";
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
import "DungeonEntryInfo.proto";
|
|
// Version: 4.7.0
|
|
// Obfs: ?
|
|
message DailyDungeonEntryInfo {
|
|
DungeonEntryInfo recommend_dungeon_entry_info = 7;
|
|
uint32 recommend_dungeon_id = 13;
|
|
uint32 dungeon_entry_id = 9;
|
|
uint32 dungeon_entry_config_id = 5;
|
|
bool is_point_unlocked = 14;
|
|
bool is_quick_open = 1;
|
|
} |