加结果

master_huanxiang
mashiyu 2019-03-22 18:29:43 +08:00
parent 4956ce1e5a
commit 2c8443f2d3
1 changed files with 4 additions and 2 deletions

View File

@ -45,9 +45,11 @@ import "CommonProto.proto";
optional string frames = 2;
}
message FightEndResponse {
//
optional int32 result = 1;
//
optional Drop Drop = 1;
optional Drop Drop = 2;
//
repeated int32 remainHpList =2;
repeated int32 remainHpList = 3;
}