mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2025-01-10 23:37:33 +01:00
26 lines
441 B
Markdown
26 lines
441 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [Crime](./bitburner.crime.md)
|
|
|
|
## Crime type
|
|
|
|
All crimes.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
type Crime =
|
|
| "shoplift"
|
|
| "rob store"
|
|
| "mug"
|
|
| "larceny"
|
|
| "deal drugs"
|
|
| "bond forgery"
|
|
| "traffick arms"
|
|
| "homicide"
|
|
| "grand theft auto"
|
|
| "kidnap"
|
|
| "assassinate"
|
|
| "heist";
|
|
```
|