mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-17 14:59:16 +02:00
1.0 KiB
1.0 KiB
Employee interface
Employee in an office
Signature:
interface Employee
Properties
| Property | Type | Description |
|---|---|---|
| cha | number | |
| cre | number | |
| eff | number | |
| ene | number | Energy |
| exp | number | |
| hap | number | Happiness |
| int | number | |
| loc | string | City |
| mor | number | Morale |
| name | string | Name of the employee |
| pos | string | Current job |
| sal | number | Salary |