parent
34ae6dbabb
commit
fb14de2ef9
|
|
@ -23,6 +23,10 @@ import "CommonProto.proto";
|
|||
optional int32 curXY = 2;
|
||||
// 所用英雄
|
||||
repeated HeroInfo heroInfos = 3;
|
||||
// 剩余步数
|
||||
optional int32 leftStep = 4;
|
||||
// 临时背包
|
||||
optional Drop temporaryItems = 5;
|
||||
}
|
||||
|
||||
// 更新事件
|
||||
|
|
@ -58,6 +62,8 @@ import "CommonProto.proto";
|
|||
}
|
||||
message MapUpdateResponse{
|
||||
optional int32 eventId = 1;
|
||||
// 剩余步数
|
||||
optional int32 leftStep = 2;
|
||||
}
|
||||
|
||||
// 出地图
|
||||
|
|
|
|||
Loading…
Reference in New Issue