GC-Proto/proto/RogueDiaryDungeonInfoNotify.proto
2023-02-28 09:12:44 +08:00

22 lines
482 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "RogueDiaryRoomInfo.proto";
// Name: JAHPLBMIKKP
// CmdId: 8415
message RogueDiaryDungeonInfoNotify {
repeated uint32 IDNBPKLAGJA = 3;
uint32 dungeon_id = 4;
uint32 cur_round = 7;
uint32 cur_room = 9;
repeated RogueDiaryRoomInfo room_list = 10;
uint32 time = 11;
repeated uint32 OJDLDMPFFAD = 13;
uint32 stage_id = 14;
uint32 coin = 8;
uint32 difficulty = 6;
}