mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-26 11:10:58 +02:00
Add totalExperience property to getOffice (#367)
This commit is contained in:
+2
@@ -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