GC-Proto/proto/QueryPathReq.proto
Akbar Yahya cf04590f09 tes3
2023-03-01 21:54:54 +08:00

23 lines
485 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "OptionType.proto";
import "QueryFilter.proto";
import "Vector.proto";
import "Vector3Int.proto";
// Name: ACMGFNOFCKB
// CmdId: 2367
message QueryPathReq {
Vector source_pos = 10;
QueryFilter filter = 3;
Vector3Int APGDHBMJKHO = 12;
Vector3Int JDGEGADKHCL = 6;
OptionType queryType = 13;
int32 query_id = 14;
repeated Vector destination_pos = 15;
uint32 scene_id = 11;
}