18 lines
350 B
Protocol Buffer
18 lines
350 B
Protocol Buffer
syntax = "proto3";
|
|
|
|
option java_package = "emu.grasscutter.net.proto";
|
|
|
|
import "ObstacleInfo.proto";
|
|
|
|
// CmdId: 2316
|
|
// Name: BOHANKHMFEB
|
|
message PathfindingEnterSceneReq {
|
|
uint32 ILMENCHMGBJ = 1;
|
|
bool is_editor = 10;
|
|
repeated ObstacleInfo obstacles = 13;
|
|
uint32 EKOAFIHJCPL = 14;
|
|
uint32 scene_id = 2;
|
|
uint32 version = 15;
|
|
}
|
|
|