妖兽来袭

master_huanxiang
zhangshanxue 2019-08-16 10:02:49 +08:00
parent 5d0fa091f2
commit d7f1a51324
4 changed files with 3 additions and 10 deletions

View File

@ -10,7 +10,7 @@ import "CommonProto.proto";
message FightStartRequest {
//
optional int32 fightType = 1;
optional int32 type = 2; // 1: 2 3 4:
optional int32 type = 2; // 1: 2 3 4: 5
optional int32 fightId = 3;
optional int32 teamId = 4; //id
@ -27,7 +27,7 @@ import "CommonProto.proto";
// 14#1#0|14#1#0|14#1#0|...|14#1#0
optional string frames = 2;
optional int32 fightId = 3;
optional int32 type = 4; // 1: 2 3 4:
optional int32 type = 4; // 1: 2 3 4: 5
optional int32 dropout = 5 ;// 退 1 退
}
message FightEndResponse {

View File

@ -281,9 +281,3 @@ import "CommonProto.proto";
optional int32 fightCount = 1;//
optional int32 consumeExecution = 2;//
}
//
message monsterAttackIndication
{
optional int32 monsterAttackTime = 1;
}

View File

@ -400,8 +400,6 @@ enum MessageType{
MODIFY_HEAD_FRAME_REQUEST = 11233;
MODIFY_HEAD_FRAME_RESPONSE = 11234;
MONSTER_ATTACK_INDICATION = 11235;
// N 11300
// O 11400
// P 11500

View File

@ -55,6 +55,7 @@ import "CommonProto.proto";
optional int32 hadBuyTreasure = 16; //
optional SignInInfo SignInInfo =17;//
optional int32 firstTenth = 18;//
optional int32 monsterAttackTime = 19;//
}