mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-30 03:23:48 +01:00
17 lines
449 B
Markdown
17 lines
449 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [enums](./bitburner.corporation.enums.md)
|
||
|
|
||
|
## Corporation.enums property
|
||
|
|
||
|
Enums specific to the corporation game mechanic.
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
enums: {
|
||
|
EmployeePositions: typeof EmployeePositions;
|
||
|
IndustryType: typeof IndustryType;
|
||
|
};
|
||
|
```
|