mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-08-03 02:50:13 +03:00
Update 3.3 (wow, a lot changed)
This commit is contained in:
@@ -22,18 +22,23 @@ import "StrengthenPointData.proto";
|
||||
|
||||
option java_package = "emu.grasscutter.net.proto";
|
||||
|
||||
// CmdId: 931
|
||||
// EnetChannelId: 0
|
||||
// EnetIsReliable: true
|
||||
message DungeonPlayerDieNotify {
|
||||
map<uint32, StrengthenPointData> strengthen_point_data_map = 15;
|
||||
uint32 wait_time = 1;
|
||||
uint32 dungeon_id = 9;
|
||||
uint32 murderer_entity_id = 13;
|
||||
PlayerDieType die_type = 3;
|
||||
uint32 revive_count = 6;
|
||||
// enum CmdId {
|
||||
// option allow_alias = true;
|
||||
// NONE = 0;
|
||||
// CMD_ID = 927;
|
||||
// ENET_CHANNEL_ID = 0;
|
||||
// ENET_IS_RELIABLE = 1;
|
||||
// }
|
||||
|
||||
map<uint32, StrengthenPointData> strengthen_point_data_map = 7;
|
||||
PlayerDieType die_type = 8;
|
||||
uint32 revive_count = 3;
|
||||
uint32 wait_time = 4;
|
||||
uint32 dungeon_id = 6;
|
||||
uint32 murderer_entity_id = 11;
|
||||
oneof entity {
|
||||
uint32 monster_id = 4;
|
||||
uint32 gadget_id = 8;
|
||||
uint32 monster_id = 10;
|
||||
uint32 gadget_id = 14;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user