Merge pull request #4135 from Mughur/corp

CORPORATION: FIX #3880, #3876, #3322 and #3138 Bunch of corporation fixes
This commit is contained in:
hydroflame
2022-09-23 12:35:11 -03:00
committed by GitHub
7 changed files with 56 additions and 23 deletions
+1 -1
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;