mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 01:33:54 +01:00
23 lines
505 B
Markdown
23 lines
505 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GangAugmentations](./bitburner.gangaugmentations.md)
|
||
|
|
||
|
## GangAugmentations type
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
type GangAugmentations =
|
||
|
| "Bionic Arms"
|
||
|
| "Bionic Legs"
|
||
|
| "Bionic Spine"
|
||
|
| "BrachiBlades"
|
||
|
| "Nanofiber Weave"
|
||
|
| "Synthetic Heart"
|
||
|
| "Synfibril Muscle"
|
||
|
| "BitWire"
|
||
|
| "Neuralstimulator"
|
||
|
| "DataJack"
|
||
|
| "Graphene Bone Lacings";
|
||
|
```
|