diff --git a/protos/FightInfoProto.proto b/protos/FightInfoProto.proto index e5562cc..37522d7 100644 --- a/protos/FightInfoProto.proto +++ b/protos/FightInfoProto.proto @@ -48,6 +48,7 @@ import "CommonProto.proto"; optional int32 lastTowerTime = 8; // 试炼精气 optional int32 essenceValue = 9; + optional int32 lastXY =10; //失败回退到上一步的位置坐标 } // 快速战斗 @@ -66,6 +67,7 @@ import "CommonProto.proto"; optional int32 leftTime = 6; // 试炼精气 optional int32 essenceValue = 7; + optional int32 lastXY =8; //失败回退到上一步的位置坐标 }