This commit is contained in:
Snarling
2022-09-06 09:07:12 -04:00
parent cc2246213f
commit 83d357e758
203 changed files with 2263 additions and 3018 deletions
@@ -13,5 +13,5 @@ export function inBladeburner(this: IPlayer): boolean {
}
export function startBladeburner(this: IPlayer): void {
this.bladeburner = new Bladeburner(this);
this.bladeburner = new Bladeburner();
}