lint and remove unused var

This commit is contained in:
Olivier Gagnon
2022-07-12 01:59:23 -04:00
parent f7805c4a51
commit 2d73f546b0
4 changed files with 2 additions and 8 deletions
-4
View File
@@ -141,8 +141,6 @@ export class PlayerObject implements IPlayer {
timeNeededToCompleteWork: number;
focus: boolean;
workType: WorkType;
workCostMult: number;
workExpMult: number;
timeWorked: number;
workMoneyGained: number;
workMoneyGainRate: number;
@@ -365,8 +363,6 @@ export class PlayerObject implements IPlayer {
this.isWorking = false;
this.focus = false;
this.workType = WorkType.None;
this.workCostMult = 1;
this.workExpMult = 1;
this.workHackExpGainRate = 0;
this.workStrExpGainRate = 0;