mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 11:00:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -21,19 +21,24 @@ import "RogueDiaryRoomInfo.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 8597
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
// IsAllowClient: true
|
||||
message RogueDiaryDungeonInfoNotify {
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 8096;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// IS_ALLOW_CLIENT = 1;
|
||||
// }
|
||||
|
||||
uint32 stage_id = 12;
|
||||
repeated uint32 round_monster_list = 15;
|
||||
uint32 time = 4;
|
||||
uint32 cur_room = 5;
|
||||
uint32 cur_round = 6;
|
||||
uint32 coin = 11;
|
||||
uint32 difficulty = 8;
|
||||
uint32 dungeon_id = 14;
|
||||
repeated RogueDiaryRoomInfo room_list = 7;
|
||||
repeated uint32 round_card_list = 10;
|
||||
uint32 time = 9;
|
||||
repeated uint32 Unk3300_MMBEJGDFCGE = 6;
|
||||
uint32 cur_room = 1;
|
||||
repeated uint32 Unk3300_DKCFGLAKPJL = 8;
|
||||
uint32 dungeon_id = 7;
|
||||
repeated RogueDiaryRoomInfo room_list = 5;
|
||||
uint32 difficulty = 14;
|
||||
uint32 cur_round = 10;
|
||||
uint32 coin = 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user