车迟斗法伤害溢出问题

master_huanxiang
duhui 2021-10-28 16:58:14 +08:00
parent 57ce524e26
commit 574e07de13
1 changed files with 2 additions and 2 deletions

View File

@ -227,8 +227,8 @@ import "CommonProto.proto";
}
message FastFightChallengeResponse{
optional int32 score = 1; //
optional int32 hurt = 2 ;//
optional int64 score = 1; //
optional int64 hurt = 2 ;//
optional FightData fightData = 3;
}