GC-Proto/proto/DungeonEntryToBeExploreNoti...

12 lines
262 B
Protocol Buffer
Raw Normal View History

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
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;
}