Update src/ScriptEditor/NetscriptDefinitions.d.ts

Co-authored-by: Jack <phyzicaly@hotmail.com>
This commit is contained in:
pigalot 2022-01-15 14:08:34 +00:00 committed by pigalot
parent 4e099a935e
commit 2246dd7fe6

@ -6549,7 +6549,7 @@ interface Product {
* These values are specific to a city
* For each city, the data is [qty, prod, sell] */
cityData: {[key: string]:number[]};
/** Creation progress - A number betwee 0-100 representing percentage */
/** Creation progress - A number between 0-100 representing percentage */
developmentProgress: number;
}