mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-15 20:11:52 +08:00
update style add TMS property
This commit is contained in:
@@ -122,6 +122,9 @@ class Life {
|
||||
exclusive(talents, exclusive) {
|
||||
return this.#talent.exclusive(talents, exclusive);
|
||||
}
|
||||
|
||||
get times() { return this.#property?.get(this.#property.TYPES.TMS) || 0; }
|
||||
set times(v) { return this.#property?.set(this.#property.TYPES.TMS, v) || 0; }
|
||||
}
|
||||
|
||||
export default Life;
|
||||
|
||||
Reference in New Issue
Block a user