wangyuan 2019-06-23 12:20:04 +08:00
parent 563c5bfa0e
commit 0797985baa
2 changed files with 5 additions and 0 deletions

View File

@ -280,6 +280,10 @@ enum MessageType{
ROOM_MAP_UPDATE_EVENT_REQUEST = 11733; //
ROOM_MAP_UPDATE_EVENT_RESPONSE = 11734;
ROOM_MAP_POINT_INDICATION = 11735 ;//
ROOM_PLAY_HP_UPDATE_INDICATION = 11736 ;//
// S 11800
SUCCESS_RESPONSE = 11800; //

View File

@ -39,6 +39,7 @@ import "CommonProto.proto";
//ID
optional int32 player = 1;
optional int32 curHp = 2; //
optional int32 result = 3 ;//
}
message RoomMapUpdateEventRequest{