bitburner-src/markdown/bitburner.product.citydata.md
2022-12-29 20:28:53 -05:00

494 B

Home > bitburner > Product > cityData

Product.cityData property

Data refers to the production, sale, and quantity of the products These values are specific to a city For each city, the data is [qty, prod, sell]

Signature:

cityData: Record<CityName | `${CityName}`, number[]>;