mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-18 23:38:35 +02:00
CORP: Move Sale after Export in Corp States
This commit is contained in:
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
4
src/ScriptEditor/NetscriptDefinitions.d.ts
vendored
@@ -7604,7 +7604,7 @@ 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, SALE, EXPORT. */
|
||||
/** State of the corporation. Possible states are START, PURCHASE, PRODUCTION, EXPORT, SALE. */
|
||||
state: string;
|
||||
/** Array of all division names */
|
||||
divisions: string[];
|
||||
@@ -7662,7 +7662,7 @@ interface CorpConstants {
|
||||
minEmployeeDecay: number;
|
||||
}
|
||||
/** @public */
|
||||
type CorpStateName = "START" | "PURCHASE" | "PRODUCTION" | "SALE" | "EXPORT";
|
||||
type CorpStateName = "START" | "PURCHASE" | "PRODUCTION" | "EXPORT" | "SALE";
|
||||
|
||||
/** @public */
|
||||
type CorpMaterialName =
|
||||
|
||||
Reference in New Issue
Block a user