GC-Proto/proto/QueryPathReq.proto

29 lines
632 B
Protocol Buffer
Raw Normal View History

2022-11-06 15:30:21 +03:00
syntax = "proto3";
2023-01-28 18:50:00 +03:00
option java_package = "emu.grasscutter.net.proto";
2022-11-06 15:30:21 +03:00
2023-02-28 06:08:38 +03:00
import "PKGGDPOEDKH.proto";
import "Vector.proto";
2023-02-28 06:08:38 +03:00
import "Vector3Int.proto";
2023-02-28 06:08:38 +03:00
// Name: ACMGFNOFCKB
// CmdId: 2367
2022-11-06 15:30:21 +03:00
message QueryPathReq {
2023-02-28 06:08:38 +03:00
// Name: FFFLJDJCEPL
enum FFFLJDJCEPL {
FFFLJDJCEPL_NFEKPNDGKLO = 0;
FFFLJDJCEPL_FDONIBMDFGP = 1;
FFFLJDJCEPL_DKOMLNNPIHP = 2;
}
2022-12-05 15:02:30 +03:00
2023-02-28 06:08:38 +03:00
Vector source_pos = 10;
PKGGDPOEDKH LHOAGINKBOK = 3;
Vector3Int APGDHBMJKHO = 12;
Vector3Int JDGEGADKHCL = 6;
FFFLJDJCEPL BFLACBIGMCJ = 13;
int32 query_id = 14;
repeated Vector destination_pos = 15;
uint32 scene_id = 11;
2022-11-06 15:30:21 +03:00
}
2023-02-28 06:08:38 +03:00