17 lines
434 B
Protocol Buffer
17 lines
434 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "DungeonEntryInfo.proto";
|
|
|
|
// CmdId: 7795
|
|
// Version: 4.6.0
|
|
// Obfs: PJIEDHIAOEH
|
|
message DailyDungeonEntryInfo {
|
|
DungeonEntryInfo recommend_dungeon_entry_info = 2;
|
|
uint32 recommend_dungeon_id = 6;
|
|
uint32 dungeon_entry_id = 9;
|
|
uint32 dungeon_entry_config_id = 10;
|
|
bool is_point_unlocked = 13; // FBMFIAFCPKB
|
|
bool is_quick_open = 14; // KHMADLJLNEB
|
|
} |