寻宝:修复队长没有icon

This commit is contained in:
luying
2021-08-17 16:28:25 +08:00
parent 5afbda8a12
commit e81a9b67db
4 changed files with 26 additions and 5 deletions

View File

@@ -93,6 +93,7 @@ export class RoleStatus {
this.heroes = heroes;
this.killed = [];
this.isRobot = isRobot;
this.fixReward = [];
}
addFrdRatio(frdRatio: number) {