bitburner-src/markdown/bitburner.gangname.md

21 lines
419 B
Markdown
Raw Normal View History

2021-10-30 18:34:14 +02:00
<!-- 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
2021-10-30 21:46:34 +02:00
All factions that can have a gang.
2021-10-30 18:34:14 +02:00
<b>Signature:</b>
```typescript
type GangName =
| "Slum Snakes"
| "Tetrads"
| "The Syndicate"
| "The Dark Army"
| "Speakers for the Dead"
| "NiteSec"
| "The Black Hand";
```