Employee in an office
Signature:
export interface Employee
Property | Type | Description |
---|---|---|
cha | number | Charisma of the employee |
cre | number | Creativity of the employee |
eff | number | Efficiency of the employee |
ene | number | Energy of the employee |
exp | number | Experience of the employee |
hap | number | Happiness of the employee |
int | number | Intelligence of the employee |
loc | string | Current Location (city) |
mor | number | Morale of the employee |
name | string | Name of the employee |
pos | string | Current job position |
sal | number | Salary of the employee |