This commit is contained in:
Olivier Gagnon
2021-12-08 20:03:22 -05:00
parent 14317628e6
commit c915cd06d8
101 changed files with 1052 additions and 397 deletions

View File

@@ -4,6 +4,7 @@
## Material interface
Material in a warehouse
<b>Signature:</b>
@@ -15,7 +16,7 @@ interface Material
| Property | Type | Description |
| --- | --- | --- |
| [name](./bitburner.material.name.md) | string | |
| [qlt](./bitburner.material.qlt.md) | number | |
| [qty](./bitburner.material.qty.md) | number | |
| [name](./bitburner.material.name.md) | string | Name of the material |
| [qlt](./bitburner.material.qlt.md) | number | Quality of the material |
| [qty](./bitburner.material.qty.md) | number | Amount of material |