Bunch of corporation fixes

This commit is contained in:
Mughur
2022-09-23 12:54:04 +03:00
parent 2a43b90ed3
commit d99d37f191
7 changed files with 56 additions and 23 deletions

View File

@@ -7140,7 +7140,7 @@ interface CorporationInfo {
numShares: number;
/** Cooldown until shares can be sold again */
shareSaleCooldown: number;
/** Amount of shares issued */
/** Amount of aqcuirable shares. */
issuedShares: number;
/** Price of the shares */
sharePrice: number;