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

21 lines
419 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [bitburner](./bitburner.md) &gt; [GangName](./bitburner.gangname.md)
## GangName type
All factions that can have a gang.
<b>Signature:</b>
```typescript
type GangName =
| "Slum Snakes"
| "Tetrads"
| "The Syndicate"
| "The Dark Army"
| "Speakers for the Dead"
| "NiteSec"
| "The Black Hand";
```