master_huanxiang
gaojie 2019-06-18 14:09:08 +08:00
commit 30c8984009
1 changed files with 5 additions and 3 deletions

View File

@ -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{