2023-10-17 11:15:19 +03:00
|
|
|
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-04-23 17:44:53 +03:00
|
|
|
|
2024-07-05 00:44:58 +03:00
|
|
|
// 4.7.0
|
|
|
|
// cmdid: 26162 or
|
|
|
|
// DAFAPKGFIBA
|
2023-10-17 11:15:19 +03:00
|
|
|
message DungeonEntryToBeExploreNotify {
|
2024-07-05 00:44:58 +03:00
|
|
|
uint32 dungeon_entry_config_id = 6;
|
|
|
|
uint32 dungeon_entry_scene_point_id = 14;
|
|
|
|
uint32 scene_id = 3;
|
2023-10-17 11:15:19 +03:00
|
|
|
}
|