GC-Proto/proto/DungeonWayPointNotify.proto

8 lines
170 B
Protocol Buffer
Raw Normal View History

2022-11-13 21:09:25 +03:00
syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
2024-04-23 17:44:53 +03:00
2022-11-13 21:09:25 +03:00
message DungeonWayPointNotify {
2024-04-23 17:44:53 +03:00
repeated uint32 active_way_point_list = 7;
bool is_add = 13;
2022-11-13 21:09:25 +03:00
}