mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-02 13:57:05 +02:00
format & lint fix
This commit is contained in:
@@ -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[] = [];
|
||||
|
||||
Reference in New Issue
Block a user