GC-Proto/proto/ObstacleModifyNotify.proto

15 lines
359 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ObstacleInfo.proto";
// 4.7.0
// CmdId: 2375
// GPPPFELACIN
message ObstacleModifyNotify {
repeated int32 DGJANCNNNCP = 3; // ?
repeated int32 MAAACDMLALJ = 4; // ?
repeated int32 remove_obstacle_ids = 7;
repeated ObstacleInfo add_obstacles = 9;
uint32 scene_id = 13;
}