行动力和临时背包

master_huanxiang 314tag
jiahuiwen 2019-03-12 09:41:53 +08:00
parent 34ae6dbabb
commit fb14de2ef9
1 changed files with 6 additions and 0 deletions

View File

@ -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;
}
//