GC-Proto/proto/EnterRoguelikeDungeonNotify.proto

29 lines
782 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "RogueCellInfo.proto";
import "RoguelikeRuneRecord.proto";
2023-04-11 06:14:48 +03:00
// CmdId: 8255
// Name: PHCBDIDADFJ
2023-02-18 04:48:44 +03:00
message EnterRoguelikeDungeonNotify {
2023-04-11 06:14:48 +03:00
repeated uint64 backstage_avatar_guid_list = 11;
repeated uint64 onstage_avatar_guid_list = 6;
uint32 JFDFMBIIDND = 8;
map<uint32, RogueCellInfo> cell_info_map = 9;
repeated uint32 explored_cell_list = 12;
repeated RoguelikeRuneRecord rune_record_list = 10;
bool NFIMKMGPMHB = 1;
uint32 GFEHMGJGGEO = 2;
uint32 stage_id = 7;
uint32 cur_level = 5;
bool EGANBLLANCC = 874;
uint32 OLNMADAFEMH = 3;
float bonus_resource_prop = 15;
uint32 dungeon_id = 14;
uint32 IPDPBFFPPBG = 71;
uint32 AMPOCLOKPFA = 327;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00