mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-23 14:42:28 +01:00
21 lines
419 B
Markdown
21 lines
419 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [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";
|
|
```
|