e
This commit is contained in:
parent
f657b6a4a4
commit
d163ceb291
76 changed files with 1385 additions and 524 deletions
|
|
@ -108,6 +108,14 @@
|
|||
fps: window.__tarinaiFps || 0,
|
||||
dpr: (typeof uiCache !== "undefined" ? uiCache?.canvasDpr : window.uiCache?.canvasDpr) || 0,
|
||||
},
|
||||
runtimeCaches: {
|
||||
ballCollisions: this.ballCollisionMemo?.size || 0,
|
||||
tarinaiCollisions: this.tarinaiCollisionMemo?.size || 0,
|
||||
relationNotices: Object.keys(this.relationNotices || {}).length,
|
||||
fightCooldowns: Object.keys(this.fightPairCooldowns || {}).length,
|
||||
resolvedFights: Object.keys(this.resolvedFightIds || {}).length,
|
||||
familyRecords: Object.keys(this.family || {}).length,
|
||||
},
|
||||
work: {
|
||||
budget: this.workBudget || null,
|
||||
stats: this.workStats || null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue