GC-Proto/proto/ObstacleModifyNotify.proto

15 lines
287 B
Protocol Buffer

syntax = "proto3";
option java_package = "emu.grasscutter.net.proto";
import "ObstacleInfo.proto";
// CmdId: 2389
// Name: BEDOODLKBLH
message ObstacleModifyNotify {
uint32 scene_id = 2;
repeated int32 remove_obstacle_ids = 13;
repeated ObstacleInfo add_obstacles = 5;
}