GC-Proto/proto/PathfindingEnterSceneReq.proto
2024-08-28 17:09:22 +08:00

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;
}