format & lint fix

This commit is contained in:
Snarling
2022-09-27 13:27:17 -04:00
parent b364cdf734
commit 81412db02e
2 changed files with 6 additions and 10 deletions
+2 -1
View File
@@ -53,7 +53,8 @@ export class PlayerObject extends Person {
moneySourceB = new MoneySourceTracker();
playtimeSinceLastAug = 0;
playtimeSinceLastBitnode = 0;
purchasedServers: string[] = []; scriptProdSinceLastAug = 0;
purchasedServers: string[] = [];
scriptProdSinceLastAug = 0;
sleeves: Sleeve[] = [];
sleevesFromCovenant = 0;
sourceFiles: PlayerOwnedSourceFile[] = [];