mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-18 21:53:50 +01:00
fb1f95c26e
See PR #271 description
24 lines
431 B
Markdown
24 lines
431 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
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
type CorpMaterialName =
|
|
| "Water"
|
|
| "Energy"
|
|
| "Food"
|
|
| "Plants"
|
|
| "Metal"
|
|
| "Hardware"
|
|
| "Chemicals"
|
|
| "Drugs"
|
|
| "Robots"
|
|
| "AI Cores"
|
|
| "Real Estate";
|
|
```
|