在人生活动界面增加实时更新的数值

This commit is contained in:
Chen Yun
2021-09-05 23:18:00 +08:00
committed by 神戸小鳥
parent 175f9f869f
commit eff286199f
5 changed files with 69 additions and 0 deletions

View File

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