fight lastXy
parent
3c7d3b5183
commit
c1cc40fa4e
|
|
@ -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; //失败回退到上一步的位置坐标
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue