diff --git a/protos/CommonProto.proto b/protos/CommonProto.proto index c96e6f9..10b984e 100644 --- a/protos/CommonProto.proto +++ b/protos/CommonProto.proto @@ -467,6 +467,7 @@ option optimize_for = SPEED; optional int32 mapId = 2; //场景所属地图id repeated SceneActor SceneActor =3;//场景中的演员信息 repeated ActorEffectBufferInfo actorEffectBufferInfo =4;//场景中所有buffer信息 + repeated int32 barrierPoint = 5 ;// 阻挡点 } message SceneGetFullMsgResponse{