mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
544 B
544 B
Home > bitburner > CorporationInfo > nextState
CorporationInfo.nextState property
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.
Signature:
nextState: CorpStateName;