bitburner-src/markdown/bitburner.gangaugmentations.md
Olivier Gagnon feb0430aff work on doc
2021-10-30 15:46:34 -04:00

25 lines
530 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GangAugmentations](./bitburner.gangaugmentations.md)
## GangAugmentations type
All Gang augmentations.
<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";
```