Merge branch 'master_test_gn' into master_test_gn_lifeGrid

master_huanxiang
yuanshuai 2021-12-13 10:45:30 +08:00
commit 24fdc5b21f
4 changed files with 20 additions and 5 deletions

View File

@ -193,3 +193,12 @@ import "CommonProto.proto";
}
//
message BuyGoodsToItemRequest{
optional int32 goodId = 1;
optional int32 goodsNum = 2;
}
message BuyGoodsToItemResponse{
optional Drop drop = 1;
}

View File

@ -838,6 +838,7 @@ option optimize_for = SPEED;
optional int32 level = 3;
optional double remainHp = 4;//
optional int32 position = 5; // 1 2 3 4
optional int32 godSoulLv = 6;//
}
message ExpeditionTeamInfo{

View File

@ -569,7 +569,7 @@ import "CommonProto.proto";
optional int32 canSweep = 3;//boss
optional int32 buffCount = 4;//buff
optional int32 buffTime = 5;//buff
optional int32 sweepDamage = 6;//
optional int64 sweepDamage = 6;//
repeated int32 refreshedBoss = 7;//使boss
optional int32 isRefresh = 8;//10
}
@ -581,7 +581,7 @@ import "CommonProto.proto";
optional int32 kill = 1;//boss
optional Drop drop = 2;
optional FightData fightData = 3;//
optional int32 damage = 4;//
optional int64 damage = 4;//
}
message GuildChallengeIndication{
optional int32 curBoss = 1;//bossId

View File

@ -1368,6 +1368,11 @@ enum MessageType{
UpOrDownTransformationRequest = 3050022;
//
BuyGoodsToItemRequest = 3050023;
BuyGoodsToItemResponse = 3050024;
//
WeekCardInfoRequest = 3050030;
WeekCardInfoResponse = 3050031;