2022-11-06 15:30:21 +03:00
|
|
|
syntax = "proto3";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-01-28 18:50:00 +03:00
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
2022-11-06 15:30:21 +03:00
|
|
|
|
2023-03-01 16:54:54 +03:00
|
|
|
import "QueryFilter.proto";
|
2023-01-29 02:46:20 +03:00
|
|
|
import "Vector.proto";
|
2023-02-28 06:08:38 +03:00
|
|
|
import "Vector3Int.proto";
|
2023-02-02 04:57:20 +03:00
|
|
|
|
2023-04-11 11:18:47 +03:00
|
|
|
// CmdId: 2390
|
|
|
|
// Name: PPNEGEHHFHC
|
2022-11-06 15:30:21 +03:00
|
|
|
message QueryPathReq {
|
2023-04-11 11:18:47 +03:00
|
|
|
// Name: GFGAGCEANNG
|
|
|
|
enum OptionType {
|
|
|
|
OPTION_NONE = 0;
|
|
|
|
OPTION_NORMAL = 1;
|
|
|
|
OPTION_FIRST_CAN_GO = 2;
|
|
|
|
}
|
|
|
|
|
|
|
|
Vector source_pos = 7;
|
|
|
|
QueryFilter filter = 10;
|
|
|
|
repeated Vector destination_pos = 2;
|
|
|
|
int32 query_id = 15;
|
|
|
|
Vector3Int FOJHBGHIMDG = 3;
|
|
|
|
uint32 scene_id = 9;
|
|
|
|
OptionType query_type = 14;
|
|
|
|
Vector3Int LCOAPOJGMKL = 6;
|
2022-11-06 15:30:21 +03:00
|
|
|
}
|
2023-02-28 06:08:38 +03:00
|
|
|
|