all typescript

This commit is contained in:
Olivier Gagnon
2021-09-24 21:49:49 -04:00
parent 1d349c25f7
commit dc2bf871cf
9 changed files with 831 additions and 549 deletions
+1 -1
View File
@@ -213,7 +213,7 @@ export class PlayerObject implements IPlayer {
regenerateHp: (amt: number) => void;
recordMoneySource: (amt: number, source: string) => void;
setMoney: (amt: number) => void;
singularityStopWork: () => void;
singularityStopWork: () => string;
startBladeburner: (p: any) => void;
startFactionWork: (router: IRouter, faction: Faction) => void;
startClass: (router: IRouter, costMult: number, expMult: number, className: string) => void;