自动战斗

master_huanxiang
PC-202302260912\Administrator 2023-07-04 17:23:15 +08:00
parent 6ae3e2de95
commit 6e98984655
2 changed files with 9 additions and 8 deletions

View File

@ -19,14 +19,15 @@ import "CommonProto.proto";
optional FightData fightData = 1;
}
// 线
message MainFightRequest {
optional int32 fightId = 3;
optional int32 teamId = 4; //id
//
message AutoFightRequest {
optional int32 fightId = 1;//id
optional int32 teamId = 2;//id
optional int32 type = 3;//
}
message MainFightResponse {
message AutoFightResponse {
optional int32 result = 1;//
optional FightData fightData = 2;//
optional Drop drop = 3;//
}
//

View File

@ -1548,8 +1548,8 @@ enum MessageType{
StoreOneClickPurchaseRequest = 3050228;//
StoreOneClickPurchaseResponse = 3050229;
MainFightRequest = 3050230;//线
MainFightResponse = 3050231;//线
AutoFightRequest = 3050230;//
AutoFightResponse = 3050231;
//==========================================================800000global ==========================================================