GC-Proto/proto/DungeonEntryToBeExploreNotify.proto

14 lines
262 B
Protocol Buffer
Raw Normal View History

2023-02-18 04:48:44 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2023-02-28 04:12:44 +03:00
// Name: ILGPBLHBKNJ
// CmdId: 3313
2023-02-18 04:48:44 +03:00
message DungeonEntryToBeExploreNotify {
2023-04-03 09:51:55 +03:00
uint32 dungeon_entry_config_id = 7;
2023-02-28 04:12:44 +03:00
uint32 scene_id = 2;
2023-04-03 09:51:55 +03:00
uint32 dungeon_entry_scene_point_id = 4;
2023-02-18 04:48:44 +03:00
}
2023-02-28 04:12:44 +03:00