mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 06:48:42 +02:00
Add totalExperience property to getOffice (#367)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -7762,6 +7762,8 @@ export interface Office {
|
||||
avgHap: number;
|
||||
/** Average morale of the employees */
|
||||
avgMor: number;
|
||||
/** Total experience of all employees */
|
||||
totalExperience: number;
|
||||
/** Production of the employees */
|
||||
employeeProd: Record<CorpEmployeePosition, number>;
|
||||
/** Positions of the employees */
|
||||
|
||||
Reference in New Issue
Block a user