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

441 B

Home > bitburner > Crime

Crime type

All crimes.

Signature:

type Crime =
  | "shoplift"
  | "rob store"
  | "mug"
  | "larceny"
  | "deal drugs"
  | "bond forgery"
  | "traffick arms"
  | "homicide"
  | "grand theft auto"
  | "kidnap"
  | "assassinate"
  | "heist";