mirror of
https://gitlab.com/YuukiPS/GC-Proto.git
synced 2024-12-25 16:09:25 +03:00
17 lines
387 B
Protocol Buffer
17 lines
387 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
// Version: 5.0
|
|
// CmdId: 2374
|
|
|
|
import "ObstacleInfo.proto";
|
|
|
|
message PathfindingEnterSceneReq {
|
|
repeated ObstacleInfo obstacles = 10;
|
|
repeated int32 HDFCDNCGBBH = 9;
|
|
bool is_editor = 8;
|
|
uint32 DKEOBFMAFPK = 13;
|
|
uint32 scene_id = 14;
|
|
uint32 version = 5;
|
|
uint32 CDDPHGDDCCN = 3;
|
|
}
|