GC-Proto/proto/DungeonWayPointNotify.proto

15 lines
287 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
message DungeonWayPointNotify {
enum LJNPBGHPHHO {
option allow_alias = true;
NONE = 0;
PEPPOHPHJOJ = 980;
DCDNILFDFLB = 0;
NNBKOLMPOEA = 1;
}
repeated uint32 activeWayPointList = 15;
bool isAdd = 3;
}