2022-11-13 21:09:25 +03:00
|
|
|
syntax = "proto3";
|
2024-05-30 10:23:06 +03:00
|
|
|
|
2022-11-13 21:09:25 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2024-04-23 17:44:53 +03:00
|
|
|
|
2024-05-30 10:23:06 +03:00
|
|
|
// CmdId: 26318
|
|
|
|
// Version: 4.6.0
|
|
|
|
// Obfs: KHEPLNGHMBP
|
2022-11-13 21:09:25 +03:00
|
|
|
message DungeonWayPointNotify {
|
2024-05-30 10:23:06 +03:00
|
|
|
bool is_add = 6;
|
|
|
|
repeated uint32 active_way_point_list = 14;
|
2022-11-13 21:09:25 +03:00
|
|
|
}
|