1
0
mirror of https://gitlab.com/YuukiPS/GC-Proto.git synced 2025-02-17 18:39:26 +03:00
GC-Proto/proto/PathfindingEnterSceneReq.proto
2024-06-23 23:33:14 +08:00

16 lines
341 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ObstacleInfo.proto";
// 4.7.0
message PathfindingEnterSceneReq {
uint32 scene_id = 10;
uint32 version = 1;
repeated ObstacleInfo obstacles = 8;
repeated int32 FNMLAKOPPNA = 9;
uint32 AHCPBKOFKNE = 2;
bool is_editor = 15;
uint32 FHIFPHJNIJO = 6;
}