GC-Proto/proto/DungeonWayPointNotify.proto

12 lines
234 B
Protocol Buffer
Raw Normal View History

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-07-09 01:07:14 +03:00
// CmdId: 8454(x) or 27604
// Version: 4.7.0
// Obfs: NGNJHNCPCDG
2022-11-13 21:09:25 +03:00
message DungeonWayPointNotify {
2024-07-09 01:07:14 +03:00
bool is_add = 3;
repeated uint32 active_way_point_list = 6;
2022-11-13 21:09:25 +03:00
}