加结果
parent
4956ce1e5a
commit
2c8443f2d3
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue