GC-Proto/proto/DailyDungeonEntryInfo.proto

15 lines
356 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "DungeonEntryInfo.proto";
// Name: ILBGCAPNDLF
message DailyDungeonEntryInfo {
uint32 recommend_dungeon_id = 3;
uint32 dungeon_entry_config_id = 1; //GGGEMNHNCNJ
uint32 dungeon_entry_id = 14; //MNDEGGLANGF
DungeonEntryInfo recommend_dungeon_entry_info = 7;
}