mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 14:28:36 +02:00
CORPORATION: improve State description (#778)
This commit is contained in:
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
6
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -7531,7 +7531,11 @@ interface CorporationInfo {
|
||||
dividendTax: number;
|
||||
/** Your earnings as a shareholder per second this cycle */
|
||||
dividendEarnings: number;
|
||||
/** State of the corporation. Possible states are START, PURCHASE, PRODUCTION, EXPORT, SALE. */
|
||||
/** The next state to be processed.
|
||||
*
|
||||
* I.e. when the state is PURCHASE, it means purchasing will occur during the next state transition.
|
||||
*
|
||||
* Possible states are START, PURCHASE, PRODUCTION, EXPORT, SALE. */
|
||||
state: string;
|
||||
/** Array of all division names */
|
||||
divisions: string[];
|
||||
|
||||
Reference in New Issue
Block a user