mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-09 17:23:53 +01:00
1.3 KiB
1.3 KiB
Office interface
Office for a division in a city.
Signature:
interface Office
Properties
Property | Type | Description |
---|---|---|
employeeJobs | EmployeeJobs | Positions of the employees |
employeeProd | EmployeeJobs | Production of the employees |
employees | string[] | Name of all the employees |
loc | string | City of the office |
maxEne | number | Maximum amount of energy of the employees |
maxHap | number | Maximum happiness of the employees |
maxMor | number | Maximum morale of the employees |
minEne | number | Minimum amount of energy of the employees |
minHap | number | Minimum happiness of the employees |
size | number | Maximum number of employee |