兽潮快速战斗

master_huanxiang
zhangshanxue 2019-10-08 14:56:48 +08:00
parent 22a542dd49
commit e1a8e416a1
2 changed files with 15 additions and 0 deletions

View File

@ -197,5 +197,18 @@ import "CommonProto.proto";
optional AdventureBossSimpleInfo adventureBossInfo =1; // bosss
}
message QuickStartMonsterFightRequest{
optional int32 fightId = 1;
optional int32 teamId = 2; //id
}
message QuickStartMonsterFightResponse{
//
optional int32 result = 1;
//
optional Drop enventDrop = 2;
}

View File

@ -495,6 +495,8 @@ enum MessageType{
// Q 11600
QUESTION_INDICATION = 11600;//
QUICK_START_MONSTERFIGHTER_REQUEST = 11601;//
QUICK_START_MONSTERFIGHTER_REPONSE = 11602;
// R 11700
RECONNECT_REQUEST = 11700; //
RECONNECT_RESPONSE = 11701;