bitburner-src/markdown/bitburner.crime.md
Olivier Gagnon 43fc5dfd48 work on doc
2021-10-30 12:34:14 -04:00

428 B

Home > bitburner > Crime

Crime type

Signature:

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