十绝阵伤害int改long

master_huanxiang
duhui 2021-09-14 10:16:11 +08:00
parent c187fb3c49
commit 22a5f15772
1 changed files with 2 additions and 2 deletions

View File

@ -466,9 +466,9 @@ import "CommonProto.proto";
}
message ChallengeDeathPathResponse{
optional FightData fightData = 1;
optional int32 damage = 2;
optional int64 damage = 2;
optional Drop drop = 3;
optional int32 historyMax = 4;//
optional int64 historyMax = 4;//
}
message CarGrapRecordResponse{