diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index 37522d7..f3c67bf 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -68,6 +68,8 @@ import "CommonProto.proto"; // 试炼精气 optional int32 essenceValue = 7; optional int32 lastXY =8; //失败回退到上一步的位置坐标 + + optional int32 testXY = 9; // 测试数据 }