Merge branch 'master' of http://60.1.1.230/backend/jieling_protocol
commit
30c8984009
|
|
@ -37,9 +37,11 @@ import "CommonProto.proto";
|
|||
|
||||
message RoomTriggerFightIndication{
|
||||
//参与战斗的用户ID
|
||||
optional int32 player = 1;
|
||||
optional int32 curHp = 2; //当前血量
|
||||
optional int32 result = 3 ;//战斗结果
|
||||
optional int32 bluePlayer = 1;
|
||||
optional int32 bluecurHp = 2; //当前血量
|
||||
optional int32 redPlayer = 3 ;//
|
||||
optional int32 redcurHp = 4; //
|
||||
optional int32 fightResult = 5;//战斗结果 0:平局 1:红方胜利 2 :蓝方胜利
|
||||
}
|
||||
|
||||
message RoomMapUpdateEventRequest{
|
||||
|
|
|
|||
Loading…
Reference in New Issue