GC-Proto/proto/DungeonWayPointNotify.proto

13 lines
212 B
Protocol Buffer
Raw Normal View History

2022-11-13 21:09:25 +03:00
syntax = "proto3";
2022-11-13 21:09:25 +03:00
option java_package = "emu.grasscutter.net.proto";
2023-02-28 06:08:38 +03:00
// Name: GHKBLBNPHEN
// CmdId: 972
2022-11-13 21:09:25 +03:00
message DungeonWayPointNotify {
2023-02-28 06:08:38 +03:00
bool is_add = 3;
repeated uint32 active_way_point_list = 11;
2022-11-13 21:09:25 +03:00
}
2023-02-28 06:08:38 +03:00