mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-22 23:53:48 +01:00
24 lines
428 B
Markdown
24 lines
428 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [CorpMaterialName](./bitburner.corpmaterialname.md)
|
|
|
|
## CorpMaterialName type
|
|
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
type CorpMaterialName =
|
|
| "Water"
|
|
| "Energy"
|
|
| "Food"
|
|
| "Plants"
|
|
| "Metal"
|
|
| "Hardware"
|
|
| "Chemicals"
|
|
| "Drugs"
|
|
| "Robots"
|
|
| "AI Cores"
|
|
| "Real Estate";
|
|
```
|