mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-29 04:17:05 +02:00
API: Standardize "nextCompletion" promise in tasks (#2687)
This commit is contained in:
@@ -7,7 +7,7 @@ import type { Exploit } from "../../Exploits/Exploit";
|
||||
import type { Gang } from "../../Gang/Gang";
|
||||
import type { HacknetNode } from "../../Hacknet/HacknetNode";
|
||||
import type { Sleeve } from "../Sleeve/Sleeve";
|
||||
import type { Work } from "../../Work/Work";
|
||||
import type { PlayerBaseWork } from "../../Work/Work";
|
||||
|
||||
import * as augmentationMethods from "./PlayerObjectAugmentationMethods";
|
||||
import * as bladeburnerMethods from "./PlayerObjectBladeburnerMethods";
|
||||
@@ -73,7 +73,7 @@ export class PlayerObject extends Person implements IPlayer {
|
||||
lastSave = 0;
|
||||
totalPlaytime = 0;
|
||||
|
||||
currentWork: Work | null = null;
|
||||
currentWork: PlayerBaseWork | null = null;
|
||||
focus = false;
|
||||
|
||||
entropy = 0;
|
||||
|
||||
Reference in New Issue
Block a user