🐞 fix(gvg): 修复防御cd,积分点驻守变更
This commit is contained in:
@@ -702,6 +702,7 @@ export class GVGTeamInList {
|
||||
durability: number; // 耐久
|
||||
maxDurability: number; // 最大耐久
|
||||
restartTime: number;
|
||||
defenseTime: number;
|
||||
curTeamBreak: boolean;
|
||||
|
||||
constructor(team: GVGTeamType) {
|
||||
@@ -720,6 +721,7 @@ export class GVGTeamInList {
|
||||
this.durability = team.durability;
|
||||
this.maxDurability = team.maxDurability;
|
||||
this.restartTime = team.restartTime;
|
||||
this.defenseTime = team.defenseTime;
|
||||
this.curTeamBreak = !!team.curTeamBreak;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user