Fix docs for employeeProd and add employeeJobs.

This commit is contained in:
Steven Malis
2022-04-01 01:09:09 -04:00
parent 40faa6af5c
commit bb62973905
4 changed files with 37 additions and 2 deletions

4
dist/bitburner.d.ts vendored
View File

@@ -4671,8 +4671,10 @@ export declare interface Office {
maxMor: number;
/** Name of all the employees */
employees: string[];
/** Positions of the employees */
/** Production of the employees */
employeeProd: EmployeeJobs;
/** Positions of the employees */
employeeJobs: EmployeeJobs;
}
/**