feat(gvg): 激战期挑战相关接口整理

This commit is contained in:
luying
2023-02-14 20:31:43 +08:00
parent c0cc85ae0a
commit a838aba8e5
12 changed files with 316 additions and 129 deletions

View File

@@ -29,7 +29,7 @@ export class GVGTeamMem extends GVGTeam {
this.roleName = team.roleName;
this.serverId = team.serverId;
this.teamCode = team.teamCode;
this.teamId = team.teamId;
this.index = team.index;
this.leagueCode = team.leagueCode;
this.guildCode = team.guildCode;
this.areaId = team.areaId;
@@ -45,7 +45,7 @@ export class GVGTeamMem extends GVGTeam {
this.defenseTime = team.defenseTime;
this.startMoveTime = team.startMoveTime;
this.stopMoveTime = team.stopMoveTime;
this.point = team.point;
this.playerScore = team.playerScore;
}
public setCity(cityId: number, areaId = 0, pointId = 0) {