master_huanxiang
gaojie 2019-07-03 15:44:27 +08:00
commit b7a839d464
2 changed files with 6 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import "CommonProto.proto";
//
optional Drop missionDrop = 3;
//
repeated int32 remainHpList = 4;
repeated int32 remainHpList = 4;
// 线
optional Mission mission = 5;
//
@ -46,6 +46,8 @@ import "CommonProto.proto";
optional int32 eventId = 7;
//
optional int32 lastTowerTime = 8;
//
optional int32 essenceValue = 9;
}
//
@ -146,6 +148,7 @@ import "CommonProto.proto";
optional FightData fightData =2;
optional int32 fightResult = 3;// 1 0
optional int32 consumeFightTimes = 4; //
optional string killRewards = 5 ; //
}
message AdventureBossShareRequest{

View File

@ -153,6 +153,8 @@ import "CommonProto.proto";
optional int32 starNum = 3;
//
optional TowerCopyInfo towerCopyInfo = 4;
//id
repeated int32 playedGenMapId = 5;
}
//