红点 & boss 信息

master_huanxiang
wangyuan 2019-07-08 12:06:49 +08:00
parent 66d1950727
commit 3216a43d08
2 changed files with 4 additions and 1 deletions

View File

@ -150,6 +150,9 @@ import "CommonProto.proto";
optional int32 fightResult = 3;// 1 0
optional int32 consumeFightTimes = 4; //
optional string killRewards = 5 ; //
optional int32 bossTotalHp = 6; //boss
optional int32 bossRemainHp = 7 ;// boss
}
message AdventureBossShareRequest{

View File

@ -143,7 +143,7 @@ import "CommonProto.proto";
}
message RedPointInfo{
optional int32 type =1 ;// 1
optional int32 type =1 ;// 1 2 boss 3
}
message SaveNewPlayerPointRequest{