Merge pull request #3209 from danielyxie/prettier-ci

prettier ci
This commit is contained in:
hydroflame
2022-03-20 22:21:00 -04:00
committed by GitHub
3 changed files with 22 additions and 7 deletions
+2 -2
View File
@@ -6667,7 +6667,7 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
sellShares(amount: number): void;
/**
* Get bonus time.
*
*
* “Bonus time” is accumulated when the game is offline or if the game is inactive in the browser.
*
* “Bonus time” makes the game progress faster.
@@ -6675,7 +6675,7 @@ export interface Corporation extends WarehouseAPI, OfficeAPI {
* @returns Bonus time for the Corporation mechanic in milliseconds.
*/
getBonusTime(): number;
}
/**