mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-10 07:17:35 +01:00
38 lines
770 B
Markdown
38 lines
770 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GangTasks](./bitburner.gangtasks.md)
|
|
|
|
## GangTasks type
|
|
|
|
All Gang tasks.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
type GangTasks =
|
|
| "Unassigned"
|
|
| "Ransomware"
|
|
| "Phishing"
|
|
| "Identity Theft"
|
|
| "DDoS Attacks"
|
|
| "Plant Virus"
|
|
| "Fraud & Counterfeiting"
|
|
| "Money Laundering"
|
|
| "Cyberterrorism"
|
|
| "Ethical Hacking"
|
|
| "Mug People"
|
|
| "Deal Drugs"
|
|
| "Strongarm Civilians"
|
|
| "Run a Con"
|
|
| "Armed Robbery"
|
|
| "Traffick Illegal Arms"
|
|
| "Threaten & Blackmail"
|
|
| "Human Trafficking"
|
|
| "Terrorism"
|
|
| "Vigilante Justice"
|
|
| "Train Combat"
|
|
| "Train Hacking"
|
|
| "Train Charisma"
|
|
| "Territory Warfare";
|
|
```
|