寻宝:增加每个武将伤害的统计

This commit is contained in:
luying
2022-05-27 18:38:08 +08:00
parent 3737c888fd
commit 393e93224e
5 changed files with 28 additions and 8 deletions
@@ -43,4 +43,8 @@ export class MemComBtlTeam extends ComBattleTeam {
this.blacklist = [];
this.sid = sid;
}
findMemberByRoleId(roleId: string) {
return this.roleStatus.find(cur => cur.roleId == roleId);
}
};