20 lines
305 B
Protocol Buffer
20 lines
305 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;
|
|
}
|