From c1cc40fa4e7522c6aa0188cdab5fb42e3e9ef813 Mon Sep 17 00:00:00 2001 From: wangyuan Date: Tue, 6 Aug 2019 20:08:13 +0800 Subject: [PATCH] fight lastXy --- protos/FightInfoProto.proto | 2 ++ 1 file changed, 2 insertions(+) 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; //失败回退到上一步的位置坐标 }