mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2025-04-04 16:16:06 +03:00
22 lines
436 B
Protocol Buffer
22 lines
436 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "QueryFilter.proto";
|
|
import "Vector.proto";
|
|
import "Vector3Int.proto";
|
|
|
|
// CmdId: 2324
|
|
// Name: KLNMFNNADPG
|
|
message KLNMFNNADPG {
|
|
Vector destination_pos = 14;
|
|
uint32 scene_id = 13;
|
|
Vector3Int FOJHBGHIMDG = 15;
|
|
QueryFilter filter = 10;
|
|
int32 uid = 9;
|
|
Vector3Int LCOAPOJGMKL = 8;
|
|
int32 query_id = 12;
|
|
Vector source_pos = 4;
|
|
}
|
|
|