返回血量
parent
9c3d7b972a
commit
e2a22aba55
|
@ -46,5 +46,7 @@ import "CommonProto.proto";
|
|||
message FightEndResponse {
|
||||
// 获得的道具
|
||||
optional Drop Drop = 1;
|
||||
//英雄剩余血量
|
||||
repeated int32 remainHpList =2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue