update data add talent exclusive

This commit is contained in:
Vick Scarlet
2021-08-22 16:46:13 +08:00
parent 34cbefb31a
commit 7b14f93417
9 changed files with 2960 additions and 146 deletions

View File

@@ -109,6 +109,10 @@ class Life {
getRecord() {
return this.#property.getRecord();
}
exclusive(talents, exclusive) {
return this.#talent.exclusive(talents, exclusive);
}
}
export default Life;