测试:pvp测试

This commit is contained in:
luying
2021-11-03 16:58:57 +08:00
parent 0f0ca0ddf5
commit 88e7ee906d
6 changed files with 533 additions and 129 deletions
+2 -2
View File
@@ -236,7 +236,7 @@ export class PvpDataReturn {
buyAttackCnt: number;
challengeCnt: number;
challengeRefTime: number;
receiveBox: number[] = [];
receivedBox: number[] = [];
hisScore: number = 0;
heroScores: HeroScoreReturn[] = [];
isFirstEntry: boolean = false;
@@ -245,7 +245,7 @@ export class PvpDataReturn {
setPvpDefense(pvpDefense: PvpDefenseType) {
this.score = pvpDefense.score;
this.winStreakNum = pvpDefense.winStreakNum;
this.receiveBox = pvpDefense.receivedBox;
this.receivedBox = pvpDefense.receivedBox;
this.hisScore = pvpDefense.hisScore;
this.refOppCnt = pvpDefense.refOppCnt;