mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-03-02 16:24:37 +03:00
22 lines
482 B
Protocol Buffer
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;
|
|
}
|
|
|