mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 15:28:43 +02:00
add size property to getProduct (#893)
This commit is contained in:
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
2
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -7900,6 +7900,8 @@ interface Product {
|
||||
advertisingInvestment: number;
|
||||
/** Funds that were spent on designing the product */
|
||||
designInvestment: number;
|
||||
/** How much warehouse space is occupied per unit of this product */
|
||||
size: number;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user